mirror of
https://github.com/github/octodns.git
synced 2024-05-11 05:55:00 +00:00
pycountry is only a dev requirement in core now
This commit is contained in:
@@ -4,7 +4,7 @@ bleach==4.1.0
|
|||||||
build==0.7.0
|
build==0.7.0
|
||||||
certifi==2021.10.8
|
certifi==2021.10.8
|
||||||
cffi==1.15.0
|
cffi==1.15.0
|
||||||
charset-normalizer==2.0.10
|
charset-normalizer==2.0.11
|
||||||
cmarkgfm==0.6.0
|
cmarkgfm==0.6.0
|
||||||
colorama==0.4.4
|
colorama==0.4.4
|
||||||
coverage==6.3
|
coverage==6.3
|
||||||
@@ -21,6 +21,7 @@ pprintpp==0.4.0
|
|||||||
py==1.11.0
|
py==1.11.0
|
||||||
pycodestyle==2.8.0
|
pycodestyle==2.8.0
|
||||||
pycountry-convert==0.7.2
|
pycountry-convert==0.7.2
|
||||||
|
pycountry==22.1.10
|
||||||
pycparser==2.21
|
pycparser==2.21
|
||||||
pyflakes==2.4.0
|
pyflakes==2.4.0
|
||||||
pyparsing==3.0.7
|
pyparsing==3.0.7
|
||||||
|
@@ -1,7 +1,6 @@
|
|||||||
PyYAML==6.0
|
PyYAML==6.0
|
||||||
dnspython==2.2.0
|
dnspython==2.2.0
|
||||||
fqdn==1.5.1
|
fqdn==1.5.1
|
||||||
natsort==8.0.2
|
natsort==8.1.0
|
||||||
pycountry==22.1.10
|
|
||||||
python-dateutil==2.8.2
|
python-dateutil==2.8.2
|
||||||
six==1.16.0
|
six==1.16.0
|
||||||
|
2
setup.py
2
setup.py
@@ -71,6 +71,7 @@ setup(
|
|||||||
'dev': tests_require + (
|
'dev': tests_require + (
|
||||||
'build>=0.7.0',
|
'build>=0.7.0',
|
||||||
'pycodestyle>=2.6.0',
|
'pycodestyle>=2.6.0',
|
||||||
|
'pycountry>=19.8.18',
|
||||||
'pycountry-convert>=0.7.2',
|
'pycountry-convert>=0.7.2',
|
||||||
'pyflakes>=2.2.0',
|
'pyflakes>=2.2.0',
|
||||||
'readme_renderer[md]>=26.0',
|
'readme_renderer[md]>=26.0',
|
||||||
@@ -82,7 +83,6 @@ setup(
|
|||||||
'dnspython>=1.15.0',
|
'dnspython>=1.15.0',
|
||||||
'fqdn>=1.5.0',
|
'fqdn>=1.5.0',
|
||||||
'natsort>=5.5.0',
|
'natsort>=5.5.0',
|
||||||
'pycountry>=19.8.18',
|
|
||||||
'python-dateutil>=2.8.1',
|
'python-dateutil>=2.8.1',
|
||||||
),
|
),
|
||||||
license='MIT',
|
license='MIT',
|
||||||
|
Reference in New Issue
Block a user