Skip to content

Commit

Permalink
Merge pull request #1 from mohsen-mahmoodi/pyup-initial-update
Browse files Browse the repository at this point in the history
Pinning requirements to the latest stable version
  • Loading branch information
Mohsen Mahmoodi committed Feb 14, 2019
2 parents f19fb1d + 844653c commit 1e4ab2d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
16 changes: 8 additions & 8 deletions requirements/common.txt
@@ -1,8 +1,8 @@
dj-database-url
django-configurations
django-debug-toolbar
django-extensions
psycopg2
gunicorn
whitenoise
pyyaml
dj-database-url==0.5.0
django-configurations==2.1
django-debug-toolbar==1.11
django-extensions==2.1.5
psycopg2==2.7.7
gunicorn==19.9.0
whitenoise==4.1.2
pyyaml==3.13
6 changes: 3 additions & 3 deletions requirements/dev.txt
@@ -1,3 +1,3 @@
Werkzeug
pylint
coverage
Werkzeug==0.14.1
pylint==2.2.2
coverage==4.5.2

0 comments on commit 1e4ab2d

Please sign in to comment.