Skip to content

Commit

Permalink
Add docker as a requirement for rqd
Browse files Browse the repository at this point in the history
  • Loading branch information
lithorus committed Nov 28, 2024
1 parent 7ac4d29 commit 4f87aa8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion requirements/rqd.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
future==1.0.0
docker==7.1.0
grpcio==1.48.2;python_version<"3.7"
grpcio-tools==1.48.2;python_version<"3.7"
grpcio==1.53.2;python_version>="3.7" and python_version<"3.12"
grpcio-tools==1.53.0;python_version>="3.7" and python_version<"3.12"
grpcio==1.66.2;python_version>="3.12"
grpcio-tools==1.66.2;python_version>="3.12"
PyYAML==5.1
psutil==5.9.8
psutil==5.9.8

0 comments on commit 4f87aa8

Please sign in to comment.