Back to a kind of working state

Package version are now pinned.
This commit is contained in:
2022-07-05 16:41:41 +02:00
parent 0687c2ee52
commit 4b404f8569
4 changed files with 78 additions and 132 deletions

10
Pipfile
View File

@@ -6,10 +6,12 @@ verify_ssl = true
[dev-packages]
[packages]
flask = "*"
flask-sqlalchemy = "*"
gunicorn = "*"
psycopg2 = "*"
flask = "~=1.1.2"
flask-sqlalchemy = "~=2.3.2"
gunicorn = "~=20.0.4"
jinja2 = "~=2.10.1"
markupsafe = "~=1.1.1"
sqlalchemy = "~=1.3.1"
[requires]
python_version = "3.9"