File tree Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 1
1
appdirs == 1.4.4
2
- asttokens == 2.0.8
3
2
attrs == 22.1.0
4
3
Automat == 20.2.0
5
4
backcall == 0.2.0
@@ -22,7 +21,6 @@ dash-renderer==1.9.1
22
21
dash-table == 4.11.3
23
22
decorator == 5.1.1
24
23
et-xmlfile == 1.1.0
25
- executing == 1.0.0
26
24
fake-useragent == 0.1.11
27
25
feedparser == 6.0.10
28
26
filelock == 3.8.0
@@ -34,7 +32,7 @@ hyperlink==21.0.0
34
32
idna == 3.3
35
33
importlib-metadata == 4.12.0
36
34
incremental == 21.3.0
37
- ipython == 8.4 .0
35
+ ipython == 7.34 .0
38
36
itemadapter == 0.7.0
39
37
itemloaders == 1.0.6
40
38
itsdangerous == 2.0.1
@@ -51,11 +49,11 @@ pandas==1.2.4
51
49
parse == 1.19.0
52
50
parsel == 1.6.0
53
51
parso == 0.8.3
52
+ pickle5 == 0.0.12
54
53
pickleshare == 0.7.5
55
54
plotly == 4.14.3
56
55
prompt-toolkit == 3.0.31
57
56
Protego == 0.2.1
58
- pure-eval == 0.2.2
59
57
pyasn1 == 0.4.8
60
58
pyasn1-modules == 0.2.8
61
59
pycparser == 2.21
@@ -77,7 +75,6 @@ service-identity==21.1.0
77
75
sgmllib3k == 1.0.0
78
76
six == 1.16.0
79
77
soupsieve == 2.3.2.post1
80
- stack-data == 0.5.0
81
78
stockstats == 0.4.1
82
79
tldextract == 3.3.1
83
80
tqdm == 4.64.0
@@ -89,7 +86,7 @@ urllib3==1.26.11
89
86
w3lib == 1.22.0
90
87
wcwidth == 0.2.5
91
88
websockets == 10.3
92
- Werkzeug == 2.0.1
89
+ Werkzeug @ https://github.com/pallets/werkzeug/archive/refs/tags/ 2.0.1.tar.gz
93
90
xlrd == 2.0.1
94
91
yahoo-fin == 0.8.9.1
95
92
yfinance == 0.1.74
Original file line number Diff line number Diff line change 12
12
13
13
# Data Source
14
14
import yfinance as yf
15
- import pickle
15
+ import pickle5 as pickle #import pickle
16
16
import pandas as pd
17
17
18
18
# Global Variable: Ticker List
You can’t perform that action at this time.
0 commit comments