Skip to content

Commit 63b2492

Browse files
committed
Add requirements.txt
1 parent ae1daf8 commit 63b2492

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

requirements.txt

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,9 @@
1-
Flask==3.0.0
1+
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

Comments
 (0)