-
Notifications
You must be signed in to change notification settings - Fork 1
/
Pipfile
47 lines (44 loc) · 946 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]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
[packages]
atomicwrites = "==1.3.0"
attrs = "==18.2.0"
bokeh = "==1.0.4"
certifi = "==2018.11.29"
chardet = "==3.0.4"
coverage = "==4.5.2"
django-cors-headers = "==2.4.0"
django-registration = "==3.0"
djangorestframework = "==3.9.1"
docker = "==3.7.0"
docker-pycreds = "==0.4.0"
idna = "==2.8"
more-itertools = "==5.0.0"
numpy = "==1.16.1"
pluggy = "==0.8.1"
psycopg2 = "==2.7.7"
psycopg2-binary = "==2.7.7"
py = "==1.7.0"
pyparsing = "==2.3.1"
pytest = "==4.2.0"
python-dateutil = "==2.7.5"
pytz = "==2018.9"
requests = "==2.21.0"
six = "==1.12.0"
text-unidecode = "==1.2"
tornado = "==5.1.1"
urllib3 = "==1.24.1"
websocket-client = "==0.54.0"
confusable_homoglyphs = "==3.2.0"
Django = "==2.1.5"
factory_boy = "==2.11.1"
Faker = "==1.0.2"
Jinja2 = "==2.10"
MarkupSafe = "==1.1.0"
Pillow = "==5.4.1"
PyYAML = "==3.13"
[requires]
python_version = "3.6"