Browse Source
Merge pull request #1 from PierreDarcas/dependabot/pip/requirements/sqlalchemy-1.3.0
Bump sqlalchemy from 1.1.9 to 1.3.0 in /requirements
pull/7/head
PierreD
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
requirements/prod.txt
|
|
|
@ -1,7 +1,7 @@ |
|
|
|
# Everything needed in production |
|
|
|
|
|
|
|
Werkzeug |
|
|
|
SQLAlchemy==1.1.9 |
|
|
|
SQLAlchemy==1.3.0 |
|
|
|
Flask_Caching |
|
|
|
Flask_SQLAlchemy==2.2 |
|
|
|
click |
|
|
|
|