Skip to content

Commit

Permalink
Remove unused dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
karlb committed May 5, 2022
1 parent 6a0a81e commit 5ac411d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
5 changes: 3 additions & 2 deletions requirements/requirements-ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -744,8 +744,6 @@ twisted[tls]==21.2.0
# -r requirements-dev.txt
# matrix-synapse
# treq
typed-ast==1.5.3
# via -r requirements-dev.txt
typeguard==2.11.1
# via
# -r requirements-dev.txt
Expand Down Expand Up @@ -784,8 +782,11 @@ typing-extensions==3.10.0.2
# via
# -r requirements-dev.txt
# aiohttp
# astroid
# black
# matrix-synapse
# mypy
# pylint
# signedjson
typing-inspect==0.4.0
# via
Expand Down
2 changes: 0 additions & 2 deletions requirements/requirements-dev.in
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ isort
pylint
mypy
black==22.3.0
typed-ast>=1.4.2
types-requests
types-flask
types-pkg_resources
Expand Down Expand Up @@ -57,7 +56,6 @@ bump2version

# Test support
matrix-synapse
six>=1.13.0 # work around bad deps declaration in treq, see https://github.com/twisted/treq/commit/934e127a2b915bf02be86d23f2cf8a65bcdb2533#r42782781

# Mac build failure
importlib-metadata<4.3
6 changes: 3 additions & 3 deletions requirements/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -570,7 +570,6 @@ simplejson==3.17.2
# canonicaljson
six==1.16.0
# via
# -r requirements-dev.in
# -r requirements.txt
# asttokens
# attrdict
Expand Down Expand Up @@ -636,8 +635,6 @@ twisted[tls]==21.2.0
# via
# matrix-synapse
# treq
typed-ast==1.5.3
# via -r requirements-dev.in
typeguard==2.11.1
# via
# -r requirements.txt
Expand Down Expand Up @@ -668,8 +665,11 @@ typing-extensions==3.10.0.2
# via
# -r requirements.txt
# aiohttp
# astroid
# black
# matrix-synapse
# mypy
# pylint
# signedjson
typing-inspect==0.4.0
# via
Expand Down

0 comments on commit 5ac411d

Please sign in to comment.