-
-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathbase.txt
More file actions
48 lines (35 loc) · 789 Bytes
/
base.txt
File metadata and controls
48 lines (35 loc) · 789 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
# Bleeding edge Django
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==4.0.0
social-auth-core==3.3.3
# DRF and DRF-gis
djangorestframework==3.11.2
djangorestframework-gis==0.17
djangorestframework-csv==2.1.1
django-filter==22.1
django-cors-headers==3.7.0
drf-yasg==1.20.0
# For the persistence stores
psycopg2-binary==2.8.6
# Unicode slugification
unicode-slugify==0.1.3
django-autoslug==1.9.8
# Time zones support
pytz==2021.1
# Celery support
celery==3.1.25
# Redis support
django-redis==4.11.0
redis>=2.10.5
# Your custom requirements go here
PyYAML==5.4.1
osmcha==0.8.6
# git python is required by the frontend management command
GitPython==3.1.18