-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPipfile
51 lines (48 loc) · 985 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]
attrs = "==20.3.0"
Brotli = "==1.0.9"
click = "==7.1.2"
dash = "==1.19.0"
dash-core-components = "==1.15.0"
dash-html-components = "==1.1.2"
dash-renderer = "==1.9.0"
dash-table = "==4.11.2"
Flask = "==1.1.2"
Flask-Compress = "==1.8.0"
future = "==0.18.2"
ipython_genutils = "==0.2.0"
itsdangerous = "==1.1.0"
Jinja2 = "==2.11.3"
jsonschema = "==3.2.0"
jupyter-core = "==4.7.1"
MarkupSafe = "==1.1.1"
nbformat = "==5.1.2"
numpy = "==1.20.1"
pandas = "==1.2.2"
patsy = "==0.5.1"
plotly = "==4.14.3"
prompt-toolkit = "==3.0.15"
pyrsistent = "==0.17.3"
python-dateutil = "==2.8.1"
pytz = "==2021.1"
retrying = "==1.3.3"
scipy = "==1.6.0"
six = "==1.15.0"
statsmodels = "==0.12.2"
traitlets = "==5.0.5"
wcwidth = "==0.2.5"
Werkzeug = "==1.0.1"
xlrd = "==2.0.1"
[dev-packages]
ipdb = "*"
black = "==21.5b1"
isort = "*"
flake8 = "*"
mypy = "*"
pre-commit = "*"
[requires]
python_version = "3.8"