Skip to content

Commit 02f435b

Browse files
authored
Remove unneeded dependencies and update others (#715)
1 parent 2991254 commit 02f435b

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

requirements/base.txt

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,23 +5,17 @@ django==2.2.28
55
# Configuration
66
django-environ==0.4.5
77

8-
# Forms
9-
django-braces==1.14.0
10-
11-
# Models
12-
django-model-utils==4.2.0
13-
148
# For authentication with OSM
159
social-auth-app-django==5.1.0
16-
social-auth-core==4.5.3
10+
social-auth-core==4.5.4
1711

1812
# DRF and DRF-gis
1913
djangorestframework==3.11.2
2014
djangorestframework-gis==1.0.0
2115
djangorestframework-csv==2.1.1
2216
django-filter==2.4.0
2317
django-cors-headers==3.7.0
24-
drf-yasg==1.20.0
18+
drf-yasg==1.21.5
2519

2620
# For the persistence stores
2721
psycopg2-binary>=2.8,<2.9

0 commit comments

Comments
 (0)