Skip to content

Commit

Permalink
Merge pull request #78 from gorserg/add_pytz
Browse files Browse the repository at this point in the history
add pytz to data bridge requirements
  • Loading branch information
kroman0 committed Sep 30, 2016
2 parents 23729f3 + eeaebfd commit b529a71
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@
'gevent',
'LazyDB',
'ExtendedJournalHandler',
'openprocurement_client>=1.0b2'
'openprocurement_client>=1.0b2',
'pytz==2014.10'
]

here = os.path.abspath(os.path.dirname(__file__))
Expand Down

0 comments on commit b529a71

Please sign in to comment.