Skip to content

Commit

Permalink
Merge 314833c into 3539515
Browse files Browse the repository at this point in the history
  • Loading branch information
pyup-bot committed Apr 20, 2020
2 parents 3539515 + 314833c commit 1f1e7e4
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
14 changes: 7 additions & 7 deletions requirements/common.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# common dependencies in aphabetical order
Django~=2.2
Django==3.0.5
django-admin-sortable2~=0.7.3
django-filter~=2.1
django-settings-export~=1.2
djangorestframework~=3.9
django-filter==2.2.0
django-settings-export==1.2.1
djangorestframework==3.11.0
dj-database-url~=0.5
drf-extensions~=0.4.0
psycopg2-binary~=2.8
python-dotenv~=0.10
drf-extensions==0.6.0
psycopg2-binary==2.8.5
python-dotenv==0.13.0
12 changes: 6 additions & 6 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
-r common.txt

# development only dependencies in aphabetical order
coverage~=4.5
django-debug-toolbar~=1.11
django-extensions~=2.1
pytest-django~=3.5.0
pytest-cov~=2.7
coverage==5.1
django-debug-toolbar==2.2
django-extensions==2.2.9
pytest-django==3.9.0
pytest-cov==2.8.1
pytest-dotenv~=0.4
pytest-mock~=1.11
pytest-mock==3.1.0
2 changes: 1 addition & 1 deletion requirements/prod.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-r common.txt

# production only dependencies in aphabetical order
gunicorn~=19.9
gunicorn==20.0.4

0 comments on commit 1f1e7e4

Please sign in to comment.