Skip to content

Commit

Permalink
Drop unused dependencies
Browse files Browse the repository at this point in the history
prometheus_client was part of a metrics driver that was dropped.
python-gnupg was dropped with the removal of st2debug.
zipp and more-itertools were py2-only transitive deps.
  • Loading branch information
cognifloyd committed Apr 9, 2021
1 parent 4f28540 commit 7329ce6
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 10 deletions.
4 changes: 0 additions & 4 deletions fixed-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ prompt-toolkit==1.0.15
pyinotify==0.9.6; platform_system=="Linux"
pymongo==3.11.3
python-editor==1.0.4
python-gnupg==0.4.5
python-keyczar==0.716
pytz==2021.1
pywinrm==0.3.0
Expand All @@ -55,14 +54,11 @@ zake==0.2.2
bcrypt==3.2.0
jinja2==2.11.3
mock==4.0.3
more-itertools==5.0.0
nose-timer==0.7.5
nose-parallel==0.3.1
psutil==5.8.0
python-dateutil==2.8.1
python-statsd==2.1.0
prometheus_client==0.1.1
ujson==1.35
orjson==3.5.1
udatetime==0.0.16
zipp>=0.5,<=1.0.0
2 changes: 0 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ kombu==4.6.6
lockfile==0.12.2
mock==4.0.3
mongoengine==0.23.0
more-itertools==5.0.0
networkx==1.11
nose
nose-parallel==0.3.1
Expand Down Expand Up @@ -68,4 +67,3 @@ unittest2
webob==1.8.7
webtest
zake==0.2.2
zipp>=0.5,<=1.0.0
2 changes: 0 additions & 2 deletions st2client/in-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,5 @@ python-editor
prompt-toolkit
cryptography
orjson
more-itertools==5.0.0
zipp>=0.5,<=1.0.0
# needed by requests
chardet
2 changes: 0 additions & 2 deletions st2client/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ chardet<3.1.0
cryptography==3.4.7
jsonpath-rw==1.4.0
jsonschema==2.6.0
more-itertools==5.0.0
orjson==3.5.1
prettytable
prompt-toolkit==1.0.15
Expand All @@ -21,4 +20,3 @@ pyyaml==5.4
requests[security]==2.25.1
six==1.13.0
sseclient-py==1.7
zipp>=0.5,<=1.0.0

0 comments on commit 7329ce6

Please sign in to comment.