1
0
mirror of https://github.com/github/octodns.git synced 2024-05-11 05:55:00 +00:00

Fixes to get a working dist build

This commit is contained in:
Ross McFarland
2017-04-18 09:12:14 -07:00
parent ea376d7d07
commit 5a742bca92
2 changed files with 9 additions and 0 deletions

View File

@@ -31,6 +31,7 @@ setup(
install_requires=[
'PyYaml>=3.12',
'dnspython>=1.15.0',
'futures>=3.0.5',
'incf.countryutils>=1.0',
'ipaddress>=1.0.18',
'python-dateutil>=2.6.0',