We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f54613a commit 5922391Copy full SHA for 5922391
server/requirements.txt
@@ -1,7 +1,8 @@
1
rq==1.16.2
2
click==8.1.7
3
redis==5.0.8
4
-pyyaml==6.0.1
+pyyaml==6.0.1;python_version<"3.8"
5
+pyyaml==6.0.2;python_version>="3.8"
6
jsonschema==4.17.3;python_version<"3.8"
7
jsonschema==4.23.0;python_version>="3.8"
8
requests==2.31.0;python_version<"3.8"
0 commit comments