Skip to content

Commit

Permalink
Merge pull request #171 from willemarcel/develop
Browse files Browse the repository at this point in the history
general dependencies update
  • Loading branch information
willemarcel authored May 30, 2019
2 parents f040352 + fcf7d4e commit 3c0bab2
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 21 deletions.
20 changes: 10 additions & 10 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
django==2.0.13

# Configuration
django-environ==0.4.4
django-environ==0.4.5

# Forms
django-braces==1.12.0
django-braces==1.13.0

# Models
django-model-utils==3.1.1
django-model-utils==3.1.2

# For authentication with OSM
social-auth-app-django==2.1.0
Expand All @@ -20,30 +20,30 @@ djangorestframework==3.7.7
djangorestframework-gis==0.12
djangorestframework-csv==2.1.0
django-filter==1.0.4
django-rest-swagger==2.1.2
django-cors-headers==2.2.0
django-rest-swagger==2.2.0
# coreapi==2.3.0

# For the persistence stores
psycopg2-binary==2.7.4
psycopg2-binary==2.8.2

# Unicode slugification
unicode-slugify==0.1.3
django-autoslug==1.9.3
django-autoslug==1.9.4

# Time zones support
pytz==2018.4
pytz==2019.1

# Celery support
celery==3.1.25

# Redis support
django-redis==4.9.0
django-redis==4.10.0
redis>=2.10.5

# Your custom requirements go here
PyYAML==4.2b1
PyYAML==5.1
osmcha==0.4.8

# git python is required by the frontend management command
GitPython==2.1.9
GitPython==2.1.11
12 changes: 6 additions & 6 deletions requirements/local.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Local development dependencies go here
-r test.txt
coverage==4.5.1
Sphinx
django-extensions==1.9.9
Werkzeug==0.14.1
coverage==4.5.3
Sphinx==2.0.1
Werkzeug==0.15.4

# django-debug-toolbar that works with Django 1.5+
django-debug-toolbar==1.9.1
sqlparse==0.2.4
django-debug-toolbar==1.11
sqlparse==0.3.0

#shell
bpython==0.17.1
bpython==0.18
4 changes: 2 additions & 2 deletions requirements/production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
# production that isn't in development.
-r base.txt

gevent==1.2.2
gunicorn==19.7.1
gevent==1.4.0
gunicorn==19.9.0
6 changes: 3 additions & 3 deletions requirements/test.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Test dependencies go here.
-r base.txt
flake8==3.6.0
django-test-plus==1.1.1
factory-boy==2.11.1
flake8==3.7.7
django-test-plus==1.2.0
factory-boy==2.12.0

0 comments on commit 3c0bab2

Please sign in to comment.