-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPipfile
51 lines (48 loc) · 956 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
[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"
[packages]
Django = "~=2.0"
django-autocomplete-light = "*"
django-crispy-forms = "*"
django-reversion = "*"
django-webpack-loader = "*"
"django-tables2" = "*"
django-haystack = "*"
pysolr = "*"
pyuca = "*"
Sickle = "*"
surt = "*"
uWSGI = "*"
"psycopg2-binary" = "*"
djangorestframework = "*"
drf-haystack = "*"
django-languages-plus = "*"
django-countries-plus = "*"
django-phonenumber-field = "*"
phonenumbers = "*"
django-polymorphic = "*"
django-extra-views = "*"
pyyaml = "*"
django-react-templatetags = "*"
whitenoise = "*"
tablib = "*"
[dev-packages]
pytest = "*"
coverage = "*"
django-debug-toolbar = "*"
factory_boy = "*"
hypothesis = {extras = ["django"]}
pdbpp = "*"
pytest-django = "*"
ansible = "*"
ipython = "*"
mypy = "*"
pylint-django = "*"
rope = "*"
django-haystack-panel = "*"
django-extensions = "*"
"autopep8" = "*"
[requires]
python_version = "3.7"