Browse Source
We don't explicitly need requests anymore
pull/866/head
Ross McFarland
4 years ago
No known key found for this signature in database
GPG Key ID: 943B179E15D3B22A
3 changed files with
5 additions and
6 deletions
-
requirements-dev.txt
-
requirements.txt
-
setup.py
|
|
|
@ -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 |
|
|
|
@ -70,7 +70,6 @@ setup( |
|
|
|
'pycountry>=19.8.18', |
|
|
|
'pycountry-convert>=0.7.2', |
|
|
|
'python-dateutil>=2.8.1', |
|
|
|
'requests>=2.20.0', |
|
|
|
), |
|
|
|
license='MIT', |
|
|
|
long_description=long_description(), |
|
|
|
|