Skip to content

Commit ebac0e6

Browse files
author
tongbin
committed
fix setup.py: add pytz
1 parent 979d753 commit ebac0e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def text_of(relpath):
4242
PACKAGES = find_packages(exclude=['tests', 'tests.*'])
4343
PACKAGE_DATA = {'agent': ['logging.conf', 'rule']}
4444

45-
INSTALL_REQUIRES = ['multiprocess>=0.70.5', 'pyparsing>=2.1.5', 'pytz'
45+
INSTALL_REQUIRES = ['multiprocess>=0.70.5', 'pyparsing>=2.1.5', 'pytz',
4646
'python-dateutil>=2.5.3', 'psutil>=4.3.0', 'pybloom>=1.1']
4747

4848
if not WINDOWS:

0 commit comments

Comments
 (0)