Skip to content

Commit

Permalink
build: Remove treq and pytest-twisted
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed May 26, 2023
1 parent b4593e7 commit dcb3873
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 39 deletions.
1 change: 0 additions & 1 deletion requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,4 @@ scrapy
scrapyd
scrapyd-client
sentry-sdk
treq
twisted
24 changes: 5 additions & 19 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ attrs==22.2.0
# jsonschema
# referencing
# service-identity
# treq
# twisted
automat==0.8.0
# via twisted
Expand Down Expand Up @@ -44,23 +43,18 @@ filelock==3.4.1
flattentool==0.14.0
# via -r requirements.in
hyperlink==21.0.0
# via
# treq
# twisted
# via twisted
idna==2.8
# via
# hyperlink
# requests
# tldextract
# twisted
ijson==3.1.1
# via
# -r requirements.in
# ocdskit
incremental==21.3.0
# via
# treq
# twisted
# via twisted
itemadapter==0.7.0
# via
# itemloaders
Expand Down Expand Up @@ -127,9 +121,7 @@ pycparser==2.19
pydispatcher==2.0.6
# via scrapy
pyopenssl==23.1.1
# via
# scrapy
# twisted
# via scrapy
pytz==2020.1
# via flattentool
queuelib==1.6.2
Expand All @@ -150,7 +142,6 @@ requests==2.31.0
# requests-file
# scrapyd-client
# tldextract
# treq
requests-cache==0.6.3
# via ocdsextensionregistry
requests-file==1.5.1
Expand All @@ -175,9 +166,7 @@ scrapyd-client==1.2.0
sentry-sdk==1.19.0
# via -r requirements.in
service-identity==18.1.0
# via
# scrapy
# twisted
# via scrapy
six==1.16.0
# via
# automat
Expand All @@ -187,14 +176,11 @@ six==1.16.0
# scrapyd
tldextract==3.1.2
# via scrapy
treq==22.1.0
# via -r requirements.in
twisted[tls]==22.4.0
twisted==22.4.0
# via
# -r requirements.in
# scrapy
# scrapyd
# treq
typing-extensions==3.10.0.0
# via twisted
url-normalize==1.4.3
Expand Down
1 change: 0 additions & 1 deletion requirements_dev.in
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,3 @@ psycopg2-binary
pytest
pytest-cov
pytest-order
pytest-twisted
19 changes: 1 addition & 18 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ attrs==22.2.0
# pytest
# referencing
# service-identity
# treq
# twisted
automat==0.8.0
# via
Expand Down Expand Up @@ -61,8 +60,6 @@ cssselect==1.1.0
# -r requirements.txt
# parsel
# scrapy
decorator==4.4.2
# via pytest-twisted
defusedxml==0.6.0
# via
# -r requirements.txt
Expand All @@ -83,28 +80,23 @@ flake8==3.7.9
# via -r requirements_dev.in
flattentool==0.14.0
# via -r requirements.txt
greenlet==2.0.2
# via pytest-twisted
hyperlink==21.0.0
# via
# -r requirements.txt
# treq
# twisted
idna==2.8
# via
# -r requirements.txt
# hyperlink
# requests
# tldextract
# twisted
ijson==3.1.1
# via
# -r requirements.txt
# ocdskit
incremental==21.3.0
# via
# -r requirements.txt
# treq
# twisted
iniconfig==1.1.1
# via pytest
Expand Down Expand Up @@ -229,21 +221,17 @@ pyopenssl==23.1.1
# via
# -r requirements.txt
# scrapy
# twisted
pyproject-hooks==1.0.0
# via build
pytest==7.0.1
# via
# -r requirements_dev.in
# pytest-cov
# pytest-order
# pytest-twisted
pytest-cov==2.8.1
# via -r requirements_dev.in
pytest-order==0.9.2
# via -r requirements_dev.in
pytest-twisted==1.14.0
# via -r requirements_dev.in
pytz==2020.1
# via
# -r requirements.txt
Expand All @@ -269,7 +257,6 @@ requests==2.31.0
# requests-file
# scrapyd-client
# tldextract
# treq
requests-cache==0.6.3
# via
# -r requirements.txt
Expand Down Expand Up @@ -304,7 +291,6 @@ service-identity==18.1.0
# via
# -r requirements.txt
# scrapy
# twisted
six==1.16.0
# via
# -r requirements.txt
Expand All @@ -324,14 +310,11 @@ tomli==1.2.3
# via
# build
# pytest
treq==22.1.0
# via -r requirements.txt
twisted[tls]==22.4.0
twisted==22.4.0
# via
# -r requirements.txt
# scrapy
# scrapyd
# treq
typing-extensions==3.10.0.0
# via
# -r requirements.txt
Expand Down

0 comments on commit dcb3873

Please sign in to comment.