Skip to content

Commit 8eb2a38

Browse files
committed
update requirements.txt
1 parent 3161f07 commit 8eb2a38

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

backend/requirements.txt

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
flask==3.0.0
2-
flask-cors==4.0.0
3-
python-dotenv==1.0.0
4-
werkzeug==3.0.1
5-
click==8.1.7
6-
blinker==1.7.0
7-
itsdangerous==2.1.2
8-
Jinja2==3.1.2
9-
MarkupSafe==2.1.3
1+
flask>=3.0.0
2+
flask-cors>=4.0.2
3+
python-dotenv>=1.0.0
4+
werkzeug>=3.0.6
5+
click>=8.1.7
6+
blinker>=1.7.0
7+
itsdangerous>=2.1.2
8+
Jinja2>=3.1.5
9+
MarkupSafe>=2.1.3

0 commit comments

Comments
 (0)