Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Initial Update #23

Merged
merged 11 commits into from
Feb 24, 2017
10 changes: 5 additions & 5 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,21 @@
# like Pillow and psycopg2
wheel==0.29.0

django==1.10.4
django==1.10.5

# Configuration
django-environ==0.4.0
django-environ==0.4.1
whitenoise==3.3.0

# Python-PostgreSQL Database Adapter
psycopg2==2.6.2

# Images
Pillow==3.4.2
Pillow==4.0.0

# DRFs
djangorestframework==3.5.3
djangorestframework==3.5.4
djangorestframework-gis==0.11

# Checks
django-health-check==2.2.0
django-health-check==2.2.2
4 changes: 2 additions & 2 deletions requirements/local.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
-r base.txt

# documentation
Sphinx==1.4.8
Sphinx==1.5.2
sphinx-autobuild==0.6.0
sphinx-rtd-theme==0.1.9

# improved REPL
ipdb==0.10.1
ipdb==0.10.2
isort==4.2.5

# debugging
Expand Down
8 changes: 4 additions & 4 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
-r base.txt

factory-boy==2.8.1
coverage==4.3.1
django_coverage_plugin==1.3.1
django-test-plus==1.0.15
flake8==3.2.1
coverage==4.3.4
django-coverage-plugin==1.4.2
django-test-plus==1.0.17
flake8==3.3.0