We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c49bce commit af61e16Copy full SHA for af61e16
Pipfile
@@ -6,16 +6,19 @@ verify_ssl = true
6
[dev-packages]
7
8
[packages]
9
-flask = "*"
10
-flask-session = "*"
11
-flask-sqlalchemy = "*"
12
-requests = "*"
13
-flask-marshmallow = "*"
14
-marshmallow-sqlalchemy = "*"
15
-python-dotenv = "*"
+requests = "==2.26.0"
+flask-marshmallow = "==0.14.0"
+marshmallow-sqlalchemy = "==0.26.1"
+python-dotenv = "==0.19.0"
16
pytest = "*"
17
mysql-connector = "*"
18
-pymysql = "*"
+Flask = "==2.0.1"
+Flask-Session = "==0.4.0"
+Flask-SQLAlchemy = "==2.5.1"
+PyMySQL = "*"
19
+Werkzeug = "==2.0.1"
20
+sentry-sdk = {extras = ["flask"], version = "*"}
21
+redis = "*"
22
23
[requires]
-python_version = "3.9"
24
+python_version = "3.8"
0 commit comments