mirror of
https://github.com/github/octodns.git
synced 2024-05-11 05:55:00 +00:00
Move pycountry-convert to dev requirements
This commit is contained in:
2
setup.py
2
setup.py
@@ -71,6 +71,7 @@ setup(
|
||||
'dev': tests_require + (
|
||||
'build>=0.7.0',
|
||||
'pycodestyle>=2.6.0',
|
||||
'pycountry-convert>=0.7.2',
|
||||
'pyflakes>=2.2.0',
|
||||
'readme_renderer[md]>=26.0',
|
||||
'twine>=3.4.2',
|
||||
@@ -82,7 +83,6 @@ setup(
|
||||
'fqdn>=1.5.0',
|
||||
'natsort>=5.5.0',
|
||||
'pycountry>=19.8.18',
|
||||
'pycountry-convert>=0.7.2',
|
||||
'python-dateutil>=2.8.1',
|
||||
),
|
||||
license='MIT',
|
||||
|
Reference in New Issue
Block a user