forked from dbinetti/wapa
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPipfile
52 lines (48 loc) · 901 Bytes
/
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
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
django-debug-toolbar = "*"
django-querycount = "*"
factory-boy = "*"
faker = "*"
pytest = "*"
pytest-django = "*"
pylint = "*"
[packages]
django = "*"
django-environ = "*"
psycopg2 = "*"
whitenoise = "*"
ipython = "*"
brotli = "*"
auth0-python = "*"
gunicorn = "*"
django-redis = "*"
django-rq = "*"
django-bootstrap4 = "*"
requests = "*"
sendgrid = "*"
django-sendgrid-v5 = "*"
django-model-utils = "*"
mailchimp3 = "*"
posthog = "*"
sentry-sdk = "*"
django-hashid-field = "*"
phonenumberslite = "*"
django-phonenumber-field = "*"
django-address = "*"
nameparser = "*"
pyjwt = "*"
django-reversion = "*"
django-cloudinary-storage = "*"
pillow = "*"
django-fsm = "*"
django-fsm-admin = "*"
python-magic = "*"
python-pdf = "*"
geocoder = "*"
django-autocomplete-light = "*"
[requires]
python_version = "3.9"