DEV
- add missing pytz dep
This commit is contained in:
2
setup.py
2
setup.py
@@ -3,7 +3,7 @@
|
|||||||
from setuptools import setup,find_packages
|
from setuptools import setup,find_packages
|
||||||
|
|
||||||
_PACKAGE_MANE="ChaChaIPToCountryDaemon"
|
_PACKAGE_MANE="ChaChaIPToCountryDaemon"
|
||||||
_REQUIRES = ["tornado","gitpython","netaddr","aiofiles","pycountry","dnspython","asyncstdlib"]
|
_REQUIRES = ["tornado","gitpython","netaddr","aiofiles","pycountry","dnspython","asyncstdlib","pytz"]
|
||||||
|
|
||||||
with open("./README.md", "r") as fh:
|
with open("./README.md", "r") as fh:
|
||||||
long_description = fh.read()
|
long_description = fh.read()
|
||||||
|
|||||||
Reference in New Issue
Block a user