-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPipfile
More file actions
24 lines (21 loc) · 820 Bytes
/
Pipfile
File metadata and controls
24 lines (21 loc) · 820 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
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
autopep8 = "*"
[packages]
django = "*"
django-glrm = "*"
django-crispy-forms = "*"
weasyprint = "*"
django-heroku = "*"
gunicorn = "*"
#TODO, change to release once release works (this will likely be after the project is handed off)
# Note to future developers, at the time of writing, the latest release of django-haystack does not work with Django 3 because it
# relies on the dependency called six which Django has removed. Therefore we are currently using the newest version from the django-haystack github.
django-haystack = {git = "https://github.com/django-haystack/django-haystack.git",ref = "master"} #TODO, change to release once release works
whoosh = "*"
django-webpack-loader = "*"
[requires]
python_version = "3"