-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPipfile
47 lines (43 loc) · 990 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
[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"
[dev-packages]
[packages]
pytz = "==2018.5"
python-slugify = "==1.2.5"
Pillow = "==5.2.0"
"argon2_cffi" = "==18.1.0"
redis = ">=2.10.5"
Django = "==2.0.7"
django-environ = "==0.4.5"
django-model-utils = "==3.1.2"
django-allauth = "==0.36.0"
django-crispy-forms = "==1.7.2"
django-redis = "==4.9.0"
djangorestframework = "==3.8.2"
coreapi = "==2.3.3"
Werkzeug = "==0.14.1"
ipdb = "==0.11"
Sphinx = "==1.7.6"
"psycopg2-binary" = "==2.7.5"
pytest = "==3.6.4"
pytest-sugar = "==0.9.1"
"flake8" = "==3.5.0"
coverage = "==4.5.1"
factory_boy = "==2.11.1"
django-debug-toolbar = "==1.9.1"
django-extensions = "==2.1.0"
django_coverage_plugin = "==1.5.0"
pytest-django = "==3.3.3"
django-cors-headers = "*"
pandas = "*"
numpy = "*"
scikit-tensor = {editable = true,path = "./app/static/lib/scikit-tensor"}
sklearn = "*"
py4j = "*"
scipy = "*"
[requires]
python_version = "3.6.8"
[pipenv]
allow_prereleases = true