-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPipfile
54 lines (51 loc) · 1.15 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
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
django = ">=3.1"
django-debug-toolbar = ">=2.1"
django-heroku = "*"
django-localflavor = "==2.1"
django-maintenance-mode = ">=0.14.0"
django-modeltranslation = ">=0.13"
django-compressor = "*"
python-binary-memcached = "*"
django-bmemcached = "*"
django-mptt = "*"
psycopg2-binary = ">=2.8.5"
whitenoise = {extras = ["brotli"], version = "*"}
libsass = "*"
phonenumberslite = "*"
gunicorn = ">=19.9.0"
django-sass-processor = {git = "https://github.com/jrief/django-sass-processor",ref = "master"}
httpx = "*"
celery = ">=4.4.7,<5.0.0"
django-celery-results = ">=1.2.1,<2.0.0"
redis = "*"
respx = "*"
django-markdownx = "*"
django-storages = "*"
boto3 = "*"
django-bootstrap4 = "*"
django-bootstrap-breadcrumbs = "*"
django-active-link = "*"
django-tables2 = "*"
django-filter = "*"
tablib = "*"
django-decorator-include = "*"
django-csp = "*"
newrelic = "*"
django-multifactor = "*"
django-user-sessions = "*"
[dev-packages]
black = "==19.3b0"
coverage = "*"
codecov = "*"
freezegun = "*"
isort = "*"
mock = "*"
pre-commit = "==1.11.0"
PyHamcrest = "*"
[requires]
python_version = "3.8"