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 8a1fd17 commit 213872eCopy full SHA for 213872e
requirements.txt
@@ -1,7 +1,7 @@
1
-click==8.1.3
2
-requests==2.32.2
3
-pyyaml==6.0.1
4
-flask-swagger-ui
5
-flask==2.3.2
6
-flask-cors==3.0.10
7
-tqdm # For progress bars in lws.py
+click>=8.1.7,<9.0.0
+requests>=2.31.0,<3.0.0
+pyyaml>=6.0.1,<7.0.0
+flask-swagger-ui>=5.11,<6.0.0
+flask>=3.0.2,<4.0.0
+flask-cors>=4.0.0,<5.0.0
+tqdm>=4.66.2,<5.0.0 # For progress bars in lws.py
0 commit comments