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 ae1daf8 commit 63b2492Copy full SHA for 63b2492
requirements.txt
@@ -1 +1,9 @@
1
-Flask==3.0.0
+blinker==1.6.3 ; python_version >= "3.10" and python_version < "4.0"
2
+click==8.1.7 ; python_version >= "3.10" and python_version < "4.0"
3
+colorama==0.4.6 ; python_version >= "3.10" and python_version < "4.0" and platform_system == "Windows"
4
+flask==3.0.0 ; python_version >= "3.10" and python_version < "4.0"
5
+itsdangerous==2.1.2 ; python_version >= "3.10" and python_version < "4.0"
6
+jinja2==3.1.2 ; python_version >= "3.10" and python_version < "4.0"
7
+markupsafe==2.1.3 ; python_version >= "3.10" and python_version < "4.0"
8
+werkzeug==3.0.0 ; python_version >= "3.10" and python_version < "4.0"
9
+
0 commit comments