-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathPipfile
More file actions
30 lines (27 loc) · 739 Bytes
/
Pipfile
File metadata and controls
30 lines (27 loc) · 739 Bytes
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
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
django-environ = "*"
django-webpack-loader = "==1.*"
django-settings-context-processor = "*"
"psycopg2" = "*"
Django = "==3.2.*"
gunicorn = "*"
whitenoise = "*"
wagtail = "==2.15.*"
# Pypi released version (0.10.17) doesn't support wagtail >= 2.14. So we are using dev version.
wagtail-modeltranslation = {file = "https://github.com/infoportugal/wagtail-modeltranslation/archive/c0c3788628b9d6c5bb3f6c3d06dbfd483c2b2a2a.zip"}
sentry-sdk = "*"
django-storages = "*"
boto3 = "*"
django-bulma = "*"
django-recaptcha = "*"
django-inline-svg = "*"
simple-salesforce = "*"
wagtailmenus = "*"
[dev-packages]
"flake8" = "*"
[requires]
python_version = "3.9"