Skip to content

Commit

Permalink
Remove apparently unused dependencies
Browse files Browse the repository at this point in the history
CI should uncover if any of these is still required.
  • Loading branch information
karlb authored and palango committed Feb 24, 2022
1 parent 329af35 commit ef2985c
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 17 deletions.
4 changes: 3 additions & 1 deletion requirements/requirements-ci.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with python 3.8
# This file is autogenerated by pip-compile with python 3.9
# To update, run:
#
# 'requirements/deps compile' (for details see requirements/README)
Expand Down Expand Up @@ -789,9 +789,11 @@ typing-extensions==4.0.1
# via
# -r requirements-dev.txt
# aiohttp
# astroid
# black
# matrix-synapse
# mypy
# pylint
# signedjson
typing-inspect==0.4.0
# via
Expand Down
4 changes: 3 additions & 1 deletion requirements/requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with python 3.8
# This file is autogenerated by pip-compile with python 3.9
# To update, run:
#
# 'requirements/deps compile' (for details see requirements/README)
Expand Down Expand Up @@ -676,9 +676,11 @@ typing-extensions==4.0.1
# via
# -r requirements.txt
# aiohttp
# astroid
# black
# matrix-synapse
# mypy
# pylint
# signedjson
typing-inspect==0.4.0
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements-docs.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with python 3.8
# This file is autogenerated by pip-compile with python 3.9
# To update, run:
#
# 'requirements/deps compile' (for details see requirements/README)
Expand Down
3 changes: 0 additions & 3 deletions requirements/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,14 @@ Flask-Cors
Flask-RESTful
gevent>=1.5a3
guppy3
jinja2>=2.11
marshmallow-dataclass[union]
marshmallow-polyfield
marshmallow
marshmallow_enum
matrix-client==0.3.2
mirakuru==2.1.2
netifaces
packaging
psutil
pylibsrtp>=0.6.8
pysha3
toml
raiden-contracts>=0.40.0,<0.41.0
Expand Down
15 changes: 4 additions & 11 deletions requirements/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
#
# This file is autogenerated by pip-compile with python 3.8
# This file is autogenerated by pip-compile with python 3.9
# To update, run:
#
# 'requirements/deps compile' (for details see requirements/README)
#
#
aiohttp==3.7.4.post0
# via web3
aioice==0.7.5
Expand Down Expand Up @@ -157,9 +156,7 @@ itsdangerous==2.0.1
jaeger-client==4.8.0
# via -r requirements.in
jinja2==3.0.3
# via
# -r requirements.in
# flask
# via flask
jsonschema==3.2.0
# via web3
lru-dict==1.1.6
Expand Down Expand Up @@ -195,9 +192,7 @@ mypy-extensions==0.4.3
netaddr==0.7.19
# via multiaddr
netifaces==0.11.0
# via
# -r requirements.in
# aioice
# via aioice
objgraph==3.5.0
# via -r requirements.in
opentracing==2.3.0
Expand Down Expand Up @@ -228,9 +223,7 @@ pycryptodome==3.10.1
pyee==7.0.2
# via aiortc
pylibsrtp==0.6.8
# via
# -r requirements.in
# aiortc
# via aiortc
pyparsing==2.4.7
# via packaging
pyrsistent==0.15.7
Expand Down

0 comments on commit ef2985c

Please sign in to comment.