2 changed files with 24 additions and 6 deletions
@ -1,7 +1,24 @@ |
|||||
Flask==2.3.3 |
alembic==1.16.4 |
||||
Flask-SQLAlchemy==3.1.1 |
blinker==1.9.0 |
||||
Flask-Migrate==4.0.5 |
certifi==2025.8.3 |
||||
|
charset-normalizer==3.4.2 |
||||
|
click==8.2.1 |
||||
|
Flask==3.1.1 |
||||
Flask-Login==0.6.3 |
Flask-Login==0.6.3 |
||||
PyMySQL==1.1.0 |
Flask-Migrate==4.1.0 |
||||
psycopg2-binary==2.9.8 |
Flask-SQLAlchemy==3.1.1 |
||||
Werkzeug==2.3.7 |
greenlet==3.2.4 |
||||
|
idna==3.10 |
||||
|
itsdangerous==2.2.0 |
||||
|
Jinja2==3.1.6 |
||||
|
Mako==1.3.10 |
||||
|
MarkupSafe==3.0.2 |
||||
|
psycopg2-binary==2.9.10 |
||||
|
PyMySQL==1.1.1 |
||||
|
requests==2.32.4 |
||||
|
SQLAlchemy==2.0.42 |
||||
|
stripe==12.4.0 |
||||
|
typing_extensions==4.14.1 |
||||
|
urllib3==2.5.0 |
||||
|
Werkzeug==3.1.3 |
||||
|
wheel==0.45.1 |
||||
|
|||||
Loading…
Reference in new issue