forked from unicef/etools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPipfile
89 lines (86 loc) · 2.19 KB
/
Pipfile
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
flake8 = "*"
coverage = "*"
mock = "*"
freezegun = "*"
responses = "*"
isort = "*"
ipython = "*"
pdbpp = "*"
tox = "*"
factory-boy = ">=2.11"
sphinx = "*"
vcrpy = "*"
[packages]
azure-common = "==1.1.27"
azure-storage-blob = "==2.1.0"
azure-storage-common = "==2.1.0"
carto = "==1.11.2"
celery = "==5.1.2"
cryptography = "<3.4"
dj-database-url = "==0.5"
dj-static = "==0.0.6"
Django = "==3.2.6"
django-admin-extra-urls = "*"
django-appconf = "==1.0.4"
django-celery-beat = "==2.2.1"
django-celery-email = "==3.0.0"
django-celery-results = "==2.2"
django-contrib-comments = "==2.1.0"
django-cors-headers = "==3.7.0"
django-debug-toolbar = "==3.2.1"
django-extensions = "==3.1.3"
django-easy-pdf3 = "==0.1.2"
django-filter = "==2.4.0"
django-fsm = "==2.7.1"
django-import-export = "==2.5.0"
django-js-asset = "==1.2.2"
django-leaflet = "==0.28.1"
django-logentry-admin = "==1.0.6"
django-model-utils = "==4.1.1"
django-ordered-model = "==3.4.3"
django-post-office = "==3.5.3"
django-redis-cache = "==3.0"
django-rest-swagger = "==2.2"
django-storages = {extras = ["azure"],version = "==1.11.1"}
django-tenants = "==3.3.2"
django-timezone-field = "==4.2.1"
django-waffle = "==2.1.0"
djangorestframework-csv = "==2.1.1"
djangorestframework-gis = "==0.17"
djangorestframework-simplejwt = "==4.8"
djangorestframework-recursive = "==0.1.2"
djangorestframework-xml = "==2.0.0"
djangorestframework = "==3.12.4"
drf-nested-routers = "==0.93.3"
drf-querystringfilter = "==1.0.0"
etools-validator = "==0.5.0"
flower = "==0.9.5" # issue when locking
GDAL = "==3.0.2"
gunicorn = "<20.0"
newrelic = "*"
Pillow = "==8.1.0"
psycopg2-binary = "==2.9.1"
sentry-sdk = "*"
requests = "==2.26"
social-auth-app-django = "==4.0"
social-auth-core = {extras = ["azuread"],version = "==4.1"}
tenant-schemas-celery = "==1.0.1"
unicef-attachments = "==0.9.0"
unicef-djangolib = "==0.5.4"
unicef-locations = "==3.0"
unicef-notification = "==1.1"
unicef-restlib = "==0.7"
unicef-snapshot = "==1.1"
unicef-rest-export = "==0.5.3"
xhtml2pdf = "==0.2.5"
unicef-vision = "==0.6"
etools-offline = "==0.1.0"
openpyxl = "==3.0.5"
pyyaml = "==5.4.1"
[requires]
python_version = "3.9"