We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb87d4a commit 17cb7aeCopy full SHA for 17cb7ae
requirements.txt
@@ -5,7 +5,7 @@ flask-wtf==0.15.1
5
flask==1.1.2; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.5.0")
6
idna==3.1; python_version >= "3.4"
7
itsdangerous==1.1.0; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0"
8
-jinja2==2.11.3; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0"
+jinja2==3.1.1; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0"
9
markupsafe==1.1.1; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0"
10
python-dotenv==0.17.1
11
uwsgi==2.0.20
0 commit comments