mirror of
https://github.com/github/octodns.git
synced 2024-05-11 05:55:00 +00:00
We don't explicitly need requests anymore
This commit is contained in:
@@ -1,10 +1,13 @@
|
||||
Pygments==2.11.2
|
||||
bleach==4.1.0
|
||||
build==0.7.0
|
||||
certifi==2021.10.8
|
||||
cffi==1.15.0
|
||||
charset-normalizer==2.0.10
|
||||
cmarkgfm==0.6.0
|
||||
colorama==0.4.4
|
||||
docutils==0.18.1
|
||||
idna==3.3
|
||||
importlib-metadata==4.10.1
|
||||
keyring==23.5.0
|
||||
pep517==0.12.0
|
||||
@@ -15,8 +18,10 @@ pyflakes==2.4.0
|
||||
pytest-network==0.0.1
|
||||
readme-renderer==32.0
|
||||
requests-toolbelt==0.9.1
|
||||
requests==2.27.1
|
||||
rfc3986==2.0.0
|
||||
tqdm==4.62.3
|
||||
twine==3.7.1
|
||||
urllib3==1.26.8
|
||||
webencodings==0.5.1
|
||||
zipp==3.7.0
|
||||
|
||||
@@ -1,11 +1,8 @@
|
||||
PyYAML==6.0
|
||||
attrs==21.4.0
|
||||
certifi==2021.10.8
|
||||
charset-normalizer==2.0.10
|
||||
coverage==6.3
|
||||
dnspython==2.2.0
|
||||
fqdn==1.5.1
|
||||
idna==3.3
|
||||
iniconfig==1.1.1
|
||||
natsort==8.0.2
|
||||
packaging==21.3
|
||||
@@ -20,8 +17,6 @@ pytest-mock==3.6.1
|
||||
pytest==6.2.5
|
||||
python-dateutil==2.8.2
|
||||
repoze.lru==0.7
|
||||
requests==2.27.1
|
||||
six==1.16.0
|
||||
toml==0.10.2
|
||||
tomli==2.0.0
|
||||
urllib3==1.26.8
|
||||
|
||||
Reference in New Issue
Block a user