upgrade to django 1.11.16 and python3.6

This commit is contained in:
cmile 2018-10-03 00:16:28 +02:00
parent b32465e85f
commit bc0258ea8f
17 changed files with 155 additions and 84 deletions

View file

@ -1,8 +1,9 @@
Django==1.8.4
Django>=1.11.16
#MySQL-python==1.2.5
django-auth-ldap==1.2.6
django-json-rpc
django-crispy-forms==1.5.2
pycrypto==2.6.1
smbpasswd==1.0.2
requests==2.8.0
django-auth-ldap>=1.7.0
django-json-rpc>=0.7.2
django-crispy-forms>=1.7.2
gunicorn>=19.9.0
pycrypto>=2.6.1
passlib
requests>=2.19.1