-
Notifications
You must be signed in to change notification settings - Fork 0
/
Pipfile
39 lines (36 loc) · 1.1 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
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
pylint = "*"
pipenv-to-requirements = "*"
pycodestyle = "*"
autopep8 = "*"
[packages]
fabric = "*"
unicodecsv = "*"
openpyxl = "*"
xlrd = "*"
xlwt = "*"
django-bootstrap-form = "*"
django-import-export = "*"
dirsync = "*"
django-htmlmin = "*"
django-pipeline = "==2.0.5"
django-pipeline-csscompressor = {git = "https://github.com/mysociety/django-pipeline-csscompressor", editable = true}
everypolitician-popolo = {git = "https://github.com/ajparsons/everypolitician-popolo-python.git",ref = "export_merge_function", editable = true}
six = "==1.15.0"
Django = "==3.0.4"
python-Levenshtein = "*"
Markdown = "==2.6.2"
Pillow = "*"
useful-decorator = {git = "https://github.com/ajparsons/useful-decorator", ref="6945b7017be19ebc2f5e243254bc65356e219d2f", editable = true}
django-sourdough = {git = "https://github.com/ajparsons/django-sourdough", ref="79269a28d5473845f47896bc769d3428edaccfdf", editable = true}
numpy = "*"
pylint-django = "*"
altair = "*"
altair-saver = "*"
django-debug-toolbar = "*"
[requires]
python_version = "3.8"