-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathPipfile
56 lines (49 loc) · 1019 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
[[source]]
url = "https://pypi.python.org/simple"
name = "pypi"
verify_ssl = true
[dev-packages]
factory_boy = "*"
mock = "*"
pytest = "*"
pytest-xdist = "*"
pytest-html = "*"
pytest-django = "*"
pytest-sugar = "*"
pytest-cov = "*"
python-coveralls = "*"
"psycopg2" = "*"
django-environ = "*"
pathlib = "*"
"enum34" = "*"
"06d14aa" = {path = "/data/work/wooyek/django-email-queue", editable = true}
"02bb47c" = {path = "/data/work/wooyek/django-email-queue/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 = "*"
[packages]
click = "*"
django = ">=2.0"
django-environ = "*"
django-formtools = "*"
django-import-export = "*"
django-localflavor = "*"
django-pascal-templates = "*"
"enum34" = "*"
"psycopg2" = "*"
pycountry = "*"
pytz = "*"
pathlib = "*"
requests = "*"