Commit 4393fbe509c4f753103c84a8d957affc70846d5e
1 parent
c5b635db0b
Exists in
master
add components/adm/requirements.txt
Showing 1 changed file with 30 additions and 0 deletions Inline Diff
components/adm/requirements.txt
| File was created | 1 | blinker==1.6.2 | |
| 2 | click==8.1.3 | ||
| 3 | dnspython==2.3.0 | ||
| 4 | email-validator==2.0.0.post2 | ||
| 5 | Flask==2.3.2 | ||
| 6 | Flask-Cors==3.0.10 | ||
| 7 | Flask-JWT-Extended==4.5.2 | ||
| 8 | Flask-Login==0.6.2 | ||
| 9 | Flask-Mail==0.9.1 | ||
| 10 | Flask-MySQLdb==1.0.1 | ||
| 11 | Flask-SQLAlchemy==3.0.3 | ||
| 12 | flask-staticdirs==1.0.1 | ||
| 13 | Flask-WTF==1.1.1 | ||
| 14 | greenlet==2.0.2 | ||
| 15 | idna==3.4 | ||
| 16 | itsdangerous==2.1.2 | ||
| 17 | Jinja2==3.1.2 | ||
| 18 | jsonify==0.5 | ||
| 19 | MarkupSafe==2.1.2 | ||
| 20 | mysql-connector-python==8.0.33 | ||
| 21 | mysqlclient==2.1.1 | ||
| 22 | protobuf==3.20.3 | ||
| 23 | PyJWT==2.7.0 | ||
| 24 | pytz==2023.3 | ||
| 25 | PyYAML==6.0 | ||
| 26 | six==1.16.0 | ||
| 27 | SQLAlchemy==2.0.15 | ||
| 28 | typing_extensions==4.6.2 | ||
| 29 | Werkzeug==2.3.4 | ||
| 30 | WTForms==3.0.1 | ||
| 31 |