Skip to content

Commit

Permalink
Add frozen requirements.txt.
Browse files Browse the repository at this point in the history
Reference-to: 640daf7 (Add packaging config, freeze deps in requirements.)
  • Loading branch information
Varbin committed Feb 4, 2024
1 parent bbfd9ee commit d8515ce
Showing 1 changed file with 41 additions and 17 deletions.
58 changes: 41 additions & 17 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,17 +1,41 @@
# Core
flask
flask-sqlalchemy
flask-alembic
python-jose[cryptography]
requests
gevent>1.4
flask-session
# Password hashing
passlib
argon2_cffi
# Database drivers
psycopg2-binary
pymysql
pymssql
# Server
gunicorn
Flask==3.0.2
Flask-SQLAlchemy==3.1.1
Flask-Alembic==2.0.1
python-jose==3.3.0
requests==2.31.0
gevent==23.9.1
Flask-Session==0.6.0
passlib==1.7.4
argon2-cffi==23.1.0
psycopg2-binary==2.9.9
PyMySQL==1.1.0
pymssql==2.2.11
gunicorn==21.2.0
## The following requirements were added by pip freeze:
alembic==1.13.1
argon2-cffi-bindings==21.2.0
blinker==1.7.0
cachelib==0.10.2
certifi==2024.2.2
cffi==1.16.0
charset-normalizer==3.3.2
click==8.1.7
cryptography==42.0.2
ecdsa==0.18.0
greenlet==3.0.3
idna==3.6
itsdangerous==2.1.2
Jinja2==3.1.3
Mako==1.3.2
MarkupSafe==2.1.5
packaging==23.2
pyasn1==0.5.1
pycparser==2.21
rsa==4.9
six==1.16.0
SQLAlchemy==2.0.25
typing_extensions==4.9.0
urllib3==2.2.0
Werkzeug==3.0.1
zope.event==5.0
zope.interface==6.1

0 comments on commit d8515ce

Please sign in to comment.