Skip to content

Commit 482b3f6

Browse files
authored
Merge pull request #35 from mmaslankaprv/version-bump
setup: relax some of the version requirements
2 parents 7772220 + 2de2ec5 commit 482b3f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

requirements.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ jinja2~=3.0.3
22
boto3@ git+https://github.com/redpanda-data/boto3@5770b4da8f758ceaa47b6482a19569f29739704e
33
# jinja2 pulls in MarkupSafe with a > constraint, but we need to constrain it for compatibility
44
MarkupSafe~=2.0.0
5-
pyparsing<3.0.0
5+
pyparsing<=3.1.7
66
zipp<2.0.0
77
pywinrm==0.2.2
8-
requests==2.31.0
8+
requests>=2.20.0
99
paramiko @ git+https://github.com/redpanda-data/paramiko@80de6f2f6657c901778a1ffe2213dbc31d7edc35
1010
pyzmq==19.0.2
1111
pycryptodome==3.9.8

0 commit comments

Comments
 (0)