Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions fixed-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ pyinotify==0.9.6; platform_system=="Linux"
pymongo==3.11.3
pyparsing<3
zstandard==0.15.2
# pyOpenSSL 22.0.0 requires cryptography>=35.0
pyOpenSSL<=21.0.0
python-editor==1.0.4
python-keyczar==0.716
pytz==2021.1
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ passlib==1.7.4
prettytable==2.1.0
prompt-toolkit==1.0.15
psutil==5.8.0
pyOpenSSL<=21.0.0
pyinotify==0.9.6; platform_system=="Linux"
pymongo==3.11.3
pyparsing<3
Expand Down
1 change: 1 addition & 0 deletions st2client/in-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,5 @@ orjson
# needed by requests
chardet
# required for SOCKS proxy support (HTTP_PROXY, HTTPS_PROXY, NO_PROXY)
pyOpenSSL
pysocks
1 change: 1 addition & 0 deletions st2client/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jsonschema==2.6.0
orjson==3.5.2
prettytable==2.1.0
prompt-toolkit==1.0.15
pyOpenSSL<=21.0.0
pysocks
python-dateutil==2.8.1
python-editor==1.0.4
Expand Down
1 change: 1 addition & 0 deletions st2common/in-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ routes
flex
webob
jsonpath-rw
pyOpenSSL
python-statsd
udatetime
orjson
Expand Down
1 change: 1 addition & 0 deletions st2common/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ networkx>=2.5.1,<2.6
orjson==3.5.2
oslo.config>=1.12.1,<1.13
paramiko==2.7.2
pyOpenSSL<=21.0.0
pymongo==3.11.3
python-dateutil==2.8.1
python-statsd==2.1.0
Expand Down