forked from mwhall/QUOREM
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Pipfile
30 lines (27 loc) · 809 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
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
[packages]
django-tables2 = "==2.0.3"
celery = "==4.3.0"
redis = "==3.2.1"
numpy = "==1.15.4"
pandas = "==0.23.4"
psycopg2-binary = "==2.7.6.1"
python-dateutil = "==2.7.5"
pytz = "==2018.7"
six = "==1.12.0"
django-cors-headers = "==3.0.2"
plotly = "==4.0.0"
djk-ui = {editable = true,git = "https://github.com/Dmitri-Sintsov/djk-bootstrap4.git"}
django-jinja-knockout = {editable = true,git = "https://github.com/Dmitri-Sintsov/django-jinja-knockout.git",ref = "v0.8.0"}
django-wiki = {editable = true,git = "https://github.com/django-wiki/django-wiki.git"}
Django = "==2.2.8"
django-autocomplete-light = "==3.3.0"
combomethod = "==1.0.12"
arrow = "==0.13.1"
selenium = "==3.141.0"
[requires]
python_version = "3.7"