Skip to content

Commit

Permalink
Fix dependency for Python 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
david-yz-liu committed Sep 2, 2024
1 parent 04311db commit 6bf72f3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion server/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
rq==1.16.2
click==8.1.7
redis==5.0.8
pyyaml==6.0.2
pyyaml==6.0.1;python_version<"3.8"
pyyaml==6.0.2;python_version>="3.8"
jsonschema==4.17.3;python_version<"3.8"
jsonschema==4.23.0;python_version>="3.8"
requests==2.31.0;python_version<"3.8"
Expand Down

0 comments on commit 6bf72f3

Please sign in to comment.