File tree 4 files changed +21
-21
lines changed
4 files changed +21
-21
lines changed Original file line number Diff line number Diff line change 3
3
django==2.0.13
4
4
5
5
# Configuration
6
- django-environ==0.4.4
6
+ django-environ==0.4.5
7
7
8
8
# Forms
9
- django-braces==1.12 .0
9
+ django-braces==1.13 .0
10
10
11
11
# Models
12
- django-model-utils==3.1.1
12
+ django-model-utils==3.1.2
13
13
14
14
# For authentication with OSM
15
15
social-auth-app-django==2.1.0
@@ -20,30 +20,30 @@ djangorestframework==3.7.7
20
20
djangorestframework-gis==0.12
21
21
djangorestframework-csv==2.1.0
22
22
django-filter==1.0.4
23
- django-rest-swagger==2.1.2
24
23
django-cors-headers==2.2.0
24
+ django-rest-swagger==2.2.0
25
25
# coreapi==2.3.0
26
26
27
27
# For the persistence stores
28
- psycopg2-binary==2.7.4
28
+ psycopg2-binary==2.8.2
29
29
30
30
# Unicode slugification
31
31
unicode-slugify==0.1.3
32
- django-autoslug==1.9.3
32
+ django-autoslug==1.9.4
33
33
34
34
# Time zones support
35
- pytz==2018.4
35
+ pytz==2019.1
36
36
37
37
# Celery support
38
38
celery==3.1.25
39
39
40
40
# Redis support
41
- django-redis==4.9 .0
41
+ django-redis==4.10 .0
42
42
redis>=2.10.5
43
43
44
44
# Your custom requirements go here
45
- PyYAML==4.2b1
45
+ PyYAML==5.1
46
46
osmcha==0.4.8
47
47
48
48
# git python is required by the frontend management command
49
- GitPython==2.1.9
49
+ GitPython==2.1.11
Original file line number Diff line number Diff line change 1
1
# Local development dependencies go here
2
2
-r test.txt
3
- coverage==4.5.1
4
- Sphinx
5
3
django-extensions==1.9.9
6
- Werkzeug==0.14.1
4
+ coverage==4.5.3
5
+ Sphinx==2.0.1
6
+ Werkzeug==0.15.4
7
7
8
8
# django-debug-toolbar that works with Django 1.5+
9
- django-debug-toolbar==1.9.1
10
- sqlparse==0.2.4
9
+ django-debug-toolbar==1.11
10
+ sqlparse==0.3.0
11
11
12
12
#shell
13
- bpython==0.17.1
13
+ bpython==0.18
Original file line number Diff line number Diff line change 2
2
# production that isn't in development.
3
3
-r base.txt
4
4
5
- gevent==1.2.2
6
- gunicorn==19.7.1
5
+ gevent==1.4.0
6
+ gunicorn==19.9.0
Original file line number Diff line number Diff line change 1
1
# Test dependencies go here.
2
2
-r base.txt
3
- flake8==3.6.0
4
- django-test-plus==1.1.1
5
- factory-boy==2.11.1
3
+ flake8==3.7.7
4
+ django-test-plus==1.2.0
5
+ factory-boy==2.12.0
You can’t perform that action at this time.
0 commit comments