Skip to content

Commit e06d695

Browse files
authored
Merge pull request #140 from sbraz/pytz
Add pytz to install_requires
2 parents 82f8e20 + 1b49abc commit e06d695

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
zip_safe=False,
2121
platforms='any',
2222
install_requires=[
23+
'pytz',
2324
'Flask',
2425
'Babel>=2.3',
2526
'Jinja2>=2.5'

0 commit comments

Comments
 (0)