django-cryptography icon indicating copy to clipboard operation
django-cryptography copied to clipboard

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

Open unformatt opened this issue 4 years ago • 0 comments

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

unformatt avatar Apr 01 '20 17:04 unformatt