Update dependencies and fix deprecations
This commit is contained in:
parent
0d4fbef13d
commit
19d264a03b
8 changed files with 154 additions and 131 deletions
3
Pipfile
3
Pipfile
|
|
@ -6,12 +6,13 @@ name = "pypi"
|
|||
[packages]
|
||||
gunicorn = "~=20.1"
|
||||
werkzeug = "~=2.0"
|
||||
flask = "~=2.0"
|
||||
flask = "~=2.2"
|
||||
pyyaml = "*"
|
||||
sqlalchemy = "~=1.4"
|
||||
pymysql = "*"
|
||||
alembic = "~=1.7"
|
||||
python-dateutil = "*"
|
||||
validataclass = "~=0.6"
|
||||
|
||||
[dev-packages]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue