bogdal / django-gcm

Google Cloud Messaging Server in Django
https://django-gcm.readthedocs.org
BSD 2-Clause "Simplified" License
98 stars 42 forks source link

Wrong pytz dependency #21

Closed emorozov closed 9 years ago

emorozov commented 9 years ago

Please, fix wrong pytz version dependency. Does it really works only with pytz==2013.8 and not with any later versoin???

bogdal commented 9 years ago

Why should it work only with the 2013.8 version? setup.py says pytz>=2013.8.

emorozov commented 9 years ago

Sorry, it is a bug in the django-gcm package from PyPI.