Added requirements.txt
This commit is contained in:
parent
13c8093a75
commit
a281ae3887
1 changed files with 36 additions and 0 deletions
36
requirements.txt
Normal file
36
requirements.txt
Normal file
|
@ -0,0 +1,36 @@
|
|||
Authlib==1.5.2
|
||||
blinker==1.9.0
|
||||
cachelib==0.13.0
|
||||
certifi==2025.1.31
|
||||
cffi==1.17.1
|
||||
charset-normalizer==3.4.1
|
||||
click==8.1.8
|
||||
cryptography==44.0.2
|
||||
dnspython==2.7.0
|
||||
docker==7.1.0
|
||||
eventlet==0.39.1
|
||||
falcon==4.0.2
|
||||
Flask==3.1.0
|
||||
Flask-OAuthlib==0.9.6
|
||||
flask-oidc==2.3.1
|
||||
Flask-SQLAlchemy==3.1.1
|
||||
Flask-WTF==1.2.2
|
||||
greenlet==3.1.1
|
||||
gunicorn==23.0.0
|
||||
idna==3.10
|
||||
itsdangerous==2.2.0
|
||||
Jinja2==3.1.6
|
||||
MarkupSafe==3.0.2
|
||||
mongoengine==0.29.1
|
||||
oauthlib==2.1.0
|
||||
packaging==24.2
|
||||
pycparser==2.22
|
||||
pymongo==4.11.3
|
||||
python-dotenv==1.1.0
|
||||
requests==2.32.3
|
||||
requests-oauthlib==1.1.0
|
||||
SQLAlchemy==2.0.40
|
||||
typing_extensions==4.13.1
|
||||
urllib3==2.3.0
|
||||
Werkzeug==3.1.3
|
||||
WTForms==3.2.1
|
Loading…
Add table
Reference in a new issue