-
Notifications
You must be signed in to change notification settings - Fork 2
/
Pipfile
69 lines (66 loc) · 1.39 KB
/
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
dash = "==2.0.0"
pandas = "==1.3.4"
numpy = "==1.21.2"
requests = "==2.26.0"
yahoo-fin = "==0.8.9.1"
dash-bootstrap-components = "==0.13.1"
yahooquery = "==2.2.15"
dash-daq = "==0.5.0"
gunicorn = "==20.1.0"
ta = "==0.7.0"
pmdarima = "==1.8.3"
appdirs = "==1.4.4"
beautifulsoup4 = "==4.10.0"
bs4 = "==0.0.1"
certifi = "==2021.10.8"
charset-normalizer = "==2.0.7"
click = "==8.0.3"
cssselect = "==1.1.0"
dash-core-components = "==2.0.0"
dash-html-components = "==2.0.0"
dash-table = "==5.0.0"
fake-useragent = "==0.1.11"
feedparser = "==6.0.8"
idna = "==3.3"
importlib-metadata = "==4.8.1"
itsdangerous = "==2.0.1"
joblib = "==1.1.0"
lxml = "==4.6.3"
parse = "==1.19.0"
patsy = "==0.5.2"
plotly = "==5.3.1"
pyee = "==8.2.2"
pyppeteer = "==0.2.6"
pyquery = "==1.4.3"
python-dateutil = "==2.8.2"
pytz = "==2021.3"
requests-futures = "==1.0.0"
requests-html = "==0.10.0"
scikit-learn = "==1.0"
scipy = "==1.7.1"
sgmllib3k = "==1.0.0"
six = "==1.16.0"
soupsieve = "==2.2.1"
statsmodels = "==0.13.0"
tenacity = "==8.0.1"
threadpoolctl = "==3.0.0"
tqdm = "==4.62.3"
urllib3 = "==1.26.7"
w3lib = "==1.22.0"
websockets = "==9.1"
zipp = "==3.6.0"
Brotli = "==1.0.9"
Cython = "==0.29.24"
Flask-Compress = "==1.10.1"
Flask = "==2.0.2"
Jinja2 = "==3.0.2"
MarkupSafe = "==2.0.1"
Werkzeug = "==2.0.2"
[dev-packages]
[requires]
python_version = "3.7"