This repository has been archived by the owner on Feb 28, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
/
Pipfile
63 lines (59 loc) · 1.5 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
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
locustio = "==0.13.1"
pytest-django = "==3.9.0"
pytest-pythonpath = "==0.7.3"
pytest-factoryboy = "==2.0.3"
coverage = "==5.1"
django-coverage-plugin = "==1.8.0"
pytest-cov = "==2.9.0"
snapshottest = "==0.5.1"
pytest = "==6.0.2"
[packages]
wagtail = "==2.9.3"
django-cors-headers = "==2.2.0"
django-extensions = "==2.1.9"
django-filter = "==2.3.0"
django-modeltranslation = "==0.13.1"
coa-wagtail-modeltranslation = "==0.10.6"
dj-database-url = "==0.5.0"
graphene-django = "==2.6.0"
gunicorn = {extras = ["gevent"],version = "==20.0.4"}
heroku3 = "==3.3.0"
django-webpack-loader = "==0.7.0"
boto3 = "==1.9.94"
django-storages = "==1.6.6"
django-dbbackup = "==3.2.0"
django-smuggler = "==0.9.1"
PyYAML = ">=4.2b1"
django-session-security = "==2.6.5"
django-phonenumber-field = "==3.0.1"
phonenumberslite = "==8.10.16"
django-debug-toolbar = "==2.0"
coa-django-countable_field = "==1.6"
django-flags = "==4.2.4"
pympler = "==0.8"
psycopg2 = "==2.8.4"
wagtail-factories = "==2.0.0"
scout-apm = "==2.14.3"
django-silk = "==4.0.1"
l18n = "==2018.5"
greenlet = "==0.4.17"
psycogreen = "==1.0.2"
django-postgrespool2 = "==1.0.1"
wagtail-react-streamfield = "==1.3.5"
gql = "==2.0.0"
pyhumps = "==1.3.1"
django-graphql-jwt = "==0.3.1"
djangorestframework = "==3.11.1"
djangorestframework-api-key = "==2.0.0"
django-ses = "~=1.0.1"
pymupdf = "==1.17.6"
factory-boy = "==2.12.0"
[requires]
python_version = "3.7"
[pipenv]
allow_prereleases = true