Back to a kind of working state
Package version are now pinned.
This commit is contained in:
10
Pipfile
10
Pipfile
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user