-
Notifications
You must be signed in to change notification settings - Fork 2
/
Pipfile
87 lines (84 loc) · 1.75 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
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
azure-storage-blob = "*"
celery = "*"
coreapi = "*"
coreschema = "*"
cryptography = "*"
crispy-bootstrap4 = "*"
dj-static = "*"
Django = "<5.0"
django-adminactions = "*"
django-adminfilters = "*"
django-celery-beat = "*"
django-celery-email = "*"
django-concurrency = "*"
django-constance = "*"
django-cors-headers = "*"
django-crispy-forms = "*"
django-countries = "*"
django-deprecate-fields = "*"
django-environ = "<0.10"
django-extensions = "*"
django-filter = "*"
django-jsoneditor = "*"
django-impersonate = "*"
django-migration-linter = "*"
django-model-utils = "*"
django-mptt = "*"
django-oauth-toolkit = "*"
django-picklefield = "*"
django-post-office = "*"
django-sql-explorer = "*"
django-regex = "*"
django-redis = "*"
django-rest-framework-social-oauth2 = "*"
django-strategy-field = "*"
django-storages = "*"
django-timezone-field = "*"
djangorestframework = "*"
djangorestframework-csv = "*"
djangorestframework-gis = "*"
djangorestframework-xml = "*"
djangorestframework-yaml = "*"
drf-dynamic-serializer = "*"
drf-extensions = "*"
drf-jwt = "*"
drf-renderer-xlsx = "*"
drf-yasg = "*"
gunicorn = "*"
humanfriendly = "*"
humanize = "*"
newrelic = "*"
Pygments = "*"
python-social-auth = "*"
psycopg2-binary = "*"
rapidpro-python = "*"
requests = "*"
social-auth-core = "*"
sentry-sdk = "*"
swagger-spec-validator = "*"
unicef-security = "*"
unicef-realm = "*"
xhtml2pdf = "*"
pandas = "*"
[dev-packages]
black = "*"
drf-api-checker = "*"
django-debug-toolbar = "*"
django-webtest = "*"
factory-boy = "*"
freezegun = "*"
flake8 = "<5.0"
flake8-html = "*"
isort = "*"
pre_commit = "*"
pytest-cov = "*"
pytest-django = "<4.3"
pytest-echo = "*"
vcrpy = "*"
[requires]
python_version = "3.9"