We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25c7f59 commit af0887cCopy full SHA for af0887c
requirements.txt
@@ -5,3 +5,6 @@ pandas
5
# packaging
6
setuptools>=41.4.0
7
wheel>=0.33.6
8
+
9
+# historical data
10
+tushare
setup.py
@@ -33,6 +33,6 @@
33
"Programming Language :: Python :: Implementation :: PyPy",
34
],
35
keywords="Financial Large Language Models",
36
- platform=["any"],
+ platforms=["any"],
37
python_requires=">=3.6",
38
)
0 commit comments