31 строка
640 B
Plaintext
31 строка
640 B
Plaintext
# Django 2.x requires Python 3, so we'll stick to 1.11 LTS until that happens.
|
|
Django==1.11.12 # pyup: >=1.11,<2.0
|
|
PyOpenSSL==17.5.0
|
|
contextlib2==0.5.5
|
|
dj-database-url==0.5.0
|
|
djangorestframework==3.8.2
|
|
dockerflow==2018.4.0
|
|
google-api-python-client==1.6.6
|
|
gunicorn==19.7.1
|
|
httplib2==0.11.3
|
|
mock==2.0.0
|
|
oauth2client==4.1.2
|
|
psycopg2==2.7.4
|
|
pyasn1-modules==0.2.1
|
|
pyasn1==0.4.2
|
|
python-decouple==3.1
|
|
raven==6.6.0
|
|
requests==2.18.4
|
|
rsa==3.4.2
|
|
simplejson==3.13.2
|
|
six==1.11.0
|
|
uritemplate==3.0.0
|
|
whitenoise==3.3.1
|
|
|
|
# For lint testing via flake8 and its dependencies.
|
|
configparser==3.5.0
|
|
flake8==3.5.0
|
|
mccabe==0.6.1
|
|
pycodestyle==2.3.1
|
|
pyflakes==1.6.0
|