georgemarshall / django-cryptography

Easily encrypt data in Django
https://django-cryptography.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
371 stars 70 forks source link

django-appconf version not specified, incompatible version installed when using python 2 #38

Open unformatt opened 4 years ago

unformatt commented 4 years ago

https://github.com/georgemarshall/django-cryptography/blob/a5e5c5da834cd1194975187ec0cbf50be8934e1d/requirements.txt#L3

django-cryptography==0.3

During pip install with python 2.7:

   File "/usr/local/lib/python2.7/site-packages/appconf/base.py", line 107
     class AppConf(metaclass=AppConfMetaClass):
                            ^
 SyntaxError: invalid syntax