forked from outreachy/website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Pipfile
42 lines (37 loc) · 1013 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
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
dj-database-url = "*"
dj-static = "*"
django = "*"
django-ckeditor = "*"
django-compressor = "*"
django-compressor-postcss = "*"
django-contact-form = "*"
django-debug-toolbar = "*"
django-extensions = "*"
django-formtools = "*"
django-libsass = "*"
django-markdownx = "*"
django-registration = "*"
django-reversion = "*"
django-timezone-field = "*"
gunicorn = "*"
"psycopg2" = "*"
raven = "*"
wagtail = "*"
whitenoise = "*"
# django-betterforms is unmaintained but this fork works
django-betterforms = {git = "https://github.com/jpic/django-betterforms.git"}
# Not used in the code outside the test suite, but useful in the Django shell
# on the deployed site, so it's here instead of dev-packages.
factory_boy = "*"
# No longer used anywhere but still required until we squash away the
# migrations that reference it.
django-language-field = "*"
[dev-packages]
coverage = "*"
django-coverage-plugin = "*"
"flake8" = "*"