forked from thegreenwebfoundation/admin-portal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPipfile
81 lines (78 loc) · 1.67 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
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[dev-packages]
django-debug-toolbar = "*"
pylint = "*"
pylint-django = "*"
coverage = "*"
codecov = "*"
flake8 = "*"
ipython = "*"
ipdb = "*"
pytest = "*"
pytest-django = "*"
pytest-cov = "*"
pytest-xdist = "*"
hypothesis = "*"
black = "*"
factory_boy = "*"
rich = "*"
pytest-mock = "*"
pytest-factoryboy = "*"
sphinx = "*"
sphinx-autobuild = "*"
furo = "*"
myst-parser = "*"
[packages]
django = { extras = ["bcrypt"], version = "~=3.2" }
django-anymail = { extras = ["mailgun"], version = "==7.0.0" }
django-countries = "*"
django-environ = "==0.4.5"
django-extensions = "==2.2.5"
django-model-utils = "*"
django-mysql = "*"
django-registration = "==3.1.2"
django-unixdatetimefield = "==1.0.3"
gunicorn = "==19.9.0"
mysqlclient = "*"
requests = ">=2"
whitenoise = { extras = ["brotli"], version = "==4.1.4" }
db-to-sqlite = "*"
sqlite-utils = "*"
sentry-sdk = "*"
dramatiq = { extras = ["rabbitmq"], version = "*" }
django-dramatiq = "*"
phpserialize = "*"
tld = "*"
djangorestframework = "*"
djangorestframework-csv = "*"
pyyaml = "*"
uritemplate = "*"
drf-yasg = "*"
boto3 = "*"
ipwhois = "*"
django-cors-headers = "*"
django-redis = "*"
redis = "*"
djangorestframework-jsonp = "*"
pillow = "*"
django-taggit-labels = "*"
django-taggit = "*"
django-waffle = "*"
django-tailwind = "*"
django-widget-tweaks = "*"
crispy-tailwind = "*"
django-crispy-forms = "*"
django-storages = "*"
django-taggit-serializer = "*"
django-autocomplete-light = "*"
markdown = "*"
toml = "*"
python-dateutil = "*"
geoip2 = "*"
iso3166 = "*"
[pipenv]
# Needed for `black`. See https://github.com/microsoft/vscode-python/pull/5967.
allow_prereleases = true