Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 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
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ pyinotify==0.9.6; platform_system=="Linux"
pymongo==3.11.3
pyparsing<3
pyrabbit
pysocks
python-dateutil==2.8.1
python-editor==1.0.4
python-json-logger
Expand Down
2 changes: 2 additions & 0 deletions st2client/in-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,5 @@ cryptography
orjson
# needed by requests
chardet
# required for SOCKS proxy support (HTTP_PROXY, HTTPS_PROXY, NO_PROXY)
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
pysocks
python-dateutil==2.8.1
python-editor==1.0.4
pytz==2021.1
Expand Down