-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathPipfile
73 lines (66 loc) · 1.36 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
64
65
66
67
68
69
70
71
72
73
[[source]]
name = "pypi"
verify_ssl = true
url = "https://pypi.python.org/simple"
[packages]
click = "*"
diff-match-patch = "==20121119"
Django = ">=2.0"
django-bootstrap-form = "*"
django-import-export = "*"
django-localflavor = "==1.6"
django-pascal-templates = "*"
django-powerbank = "*"
"enum34" = "*"
et_xmlfile = "==1.0.1"
jdcal = "==1.3"
Markdown = "*"
odfpy = "==1.3.5"
openpyxl = "==2.4.9"
pathlib = "*"
pytz = "==2017.3"
PyYAML = "==3.12"
tablib = "==0.12.1"
unicodecsv = "==0.14.1"
xlrd = "==1.1.0"
xlwt = "==1.3.0"
[dev-packages]
click = "*"
Django = ">=2.0"
django-bootstrap-form = "*"
django-import-export = "*"
django-pascal-templates = "*"
django-powerbank = "*"
Markdown = "*"
pathlib = "*"
factory_boy = "*"
sparkpost = "*"
mock = "*"
pytest = "*"
pytest-xdist = "*"
pytest-html = "*"
pytest-django = "*"
"psycopg2" = "*"
django-environ = "*"
"c1a2a60" = {path = "/data/work/wooyek/django-opt-out", editable = true}
"8f7e647" = {path = "/data/work/wooyek/django-opt-out/example_project", editable = true}
"bump2version" = "*"
check-manifest = "*"
codecov = "*"
coverage = "*"
detox = "*"
"flake8" = "*"
isort = "*"
Pygments = "*"
readme_renderer = "*"
tox = "*"
Sphinx = ">=1.6.5"
sphinx-rtd-theme = "*"
docutils = "==0.13.1"
sphinxcontrib-spelling = "*"
pyenchant = "*"
"enum34" = "*"
pytest-sugar = "*"
pytest-cov = "*"
python-coveralls = "*"
pytest-mock = "*"