Skip to content
This repository has been archived by the owner on May 6, 2020. It is now read-only.

Commit

Permalink
Merge pull request #1314 from mboersma/update-requirements
Browse files Browse the repository at this point in the history
chore(requirements): update support libraries
  • Loading branch information
mboersma authored Jul 25, 2017
2 parents 8e44ceb + b79a32a commit ccd4387
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion rootfs/dev_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Run "make test-unit" for the % of code exercised during tests
coverage==4.3.4
coverage==4.4.1

# Run "make test-style" to check python syntax and style
flake8==3.3.0
Expand Down
12 changes: 6 additions & 6 deletions rootfs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
# Deis controller requirements
backoff==1.4.3
Django==1.11.3
django-auth-ldap==1.2.12
django-auth-ldap==1.2.14
django-cors-middleware==1.3.1
django-guardian==1.4.8
django-guardian==1.4.9
djangorestframework==3.6.3
docker-py==1.10.6
gunicorn==19.7.1
idna==2.5
jmespath==0.9.3
jsonfield==2.0.1
jsonfield==2.0.2
jsonschema==2.6.0
morph==0.1.2
ndg-httpsclient==0.4.2
packaging==16.8
pyasn1==0.2.3
psycopg2==2.7.1
pyldap==2.4.35.1
pyOpenSSL==17.0.0
pyldap==2.4.37
pyOpenSSL==17.2.0
pytz==2017.2
requests==2.14.2
requests==2.18.2
requests-toolbelt==0.8.0

0 comments on commit ccd4387

Please sign in to comment.