File tree 4 files changed +5
-6
lines changed
4 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,6 @@ POSTGRES_PASSWORD POSTGRES_PASSWORD None
56
56
PGHOST PGHOST localhost localhost
57
57
OAUTH_OSM_KEY SOCIAL_AUTH_OPENSTREETMAP_KEY None None
58
58
OAUTH_OSM_SECRET SOCIAL_AUTH_OPENSTREETMAP_SECRET None None
59
- OSM_VIZ_TOOL_LINK VIZ_TOOL_LINK https://osmlab.github.io/changeset-map/# https://osmlab.github.io/changeset-map/#
60
59
DJANGO_ANON_USER_THROTTLE_RATE ANON_USER_THROTTLE_RATE None 30/min
61
60
DJANGO_COMMON_USER_THROTTLE_RATE COMMON_USER_THROTTLE_RATE None 180/min
62
61
DJANGO_NON_STAFF_USER_THROTTLE_RATE NON_STAFF_USER_THROTTLE_RATE 3/min 3/min
Original file line number Diff line number Diff line change 1
1
# Bleeding edge Django
2
2
3
- django==2.2.18
3
+ django==2.2.20
4
4
5
5
# Configuration
6
6
django-environ==0.4.5
@@ -20,7 +20,7 @@ djangorestframework==3.11.2
20
20
djangorestframework-gis==0.16
21
21
djangorestframework-csv==2.1.0
22
22
django-filter==2.4.0
23
- django-cors-headers==3.5 .0
23
+ django-cors-headers==3.7 .0
24
24
drf-yasg==1.20.0
25
25
26
26
# For the persistence stores
@@ -42,7 +42,7 @@ redis>=2.10.5
42
42
43
43
# Your custom requirements go here
44
44
PyYAML==5.4.1
45
- osmcha==0.8.2
45
+ osmcha==0.8.3
46
46
47
47
# git python is required by the frontend management command
48
48
GitPython==3.1.15
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ Sphinx==3.5.4
5
5
Werkzeug==1.0.1
6
6
7
7
# django-debug-toolbar that works with Django 1.5+
8
- django-debug-toolbar==3.2
8
+ django-debug-toolbar==3.2.1
9
9
sqlparse==0.4.1
10
10
11
11
#shell
Original file line number Diff line number Diff line change 3
3
-r base.txt
4
4
5
5
gevent==20.9.0
6
- gunicorn==20.0.4
6
+ gunicorn==20.1.0
You can’t perform that action at this time.
0 commit comments