Skip to content

Commit

Permalink
Remove unneeded dependencies and update others (#715)
Browse files Browse the repository at this point in the history
  • Loading branch information
willemarcel authored Aug 28, 2024
1 parent 2991254 commit 02f435b
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,17 @@ django==2.2.28
# Configuration
django-environ==0.4.5

# Forms
django-braces==1.14.0

# Models
django-model-utils==4.2.0

# For authentication with OSM
social-auth-app-django==5.1.0
social-auth-core==4.5.3
social-auth-core==4.5.4

# DRF and DRF-gis
djangorestframework==3.11.2
djangorestframework-gis==1.0.0
djangorestframework-csv==2.1.1
django-filter==2.4.0
django-cors-headers==3.7.0
drf-yasg==1.20.0
drf-yasg==1.21.5

# For the persistence stores
psycopg2-binary>=2.8,<2.9
Expand Down

0 comments on commit 02f435b

Please sign in to comment.