We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7772220 + 2de2ec5 commit 482b3f6Copy full SHA for 482b3f6
requirements.txt
@@ -2,10 +2,10 @@ jinja2~=3.0.3
2
boto3@ git+https://github.com/redpanda-data/boto3@5770b4da8f758ceaa47b6482a19569f29739704e
3
# jinja2 pulls in MarkupSafe with a > constraint, but we need to constrain it for compatibility
4
MarkupSafe~=2.0.0
5
-pyparsing<3.0.0
+pyparsing<=3.1.7
6
zipp<2.0.0
7
pywinrm==0.2.2
8
-requests==2.31.0
+requests>=2.20.0
9
paramiko @ git+https://github.com/redpanda-data/paramiko@80de6f2f6657c901778a1ffe2213dbc31d7edc35
10
pyzmq==19.0.2
11
pycryptodome==3.9.8
0 commit comments