code4lib / shortimer

a webapp for code4lib jobs
http://jobs.code4lib.org
40 stars 15 forks source link

Add missing pytz dependency #54

Closed ryanfb closed 8 years ago

ryanfb commented 8 years ago

Without this, for me I get ImportError: No module named pytz when trying to run manage.py after pip install -r requirements.txt.

edsu commented 8 years ago

Nice catch!