-
Notifications
You must be signed in to change notification settings - Fork 409
Expand file tree
/
Copy pathPipfile
More file actions
35 lines (32 loc) · 751 Bytes
/
Pipfile
File metadata and controls
35 lines (32 loc) · 751 Bytes
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
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
pandas = ">=1.1.5, <2.0.0"
numpy = ">=1.19.5, <2.0.0"
requests = ">=2.23.0, <3.0.0"
pydantic = ">=1.6.1, <2.0.0"
ta = "~=0.5.25, <1.0.0"
lxml = ">=4.6.3, <5.0.0"
pyecharts = ">=1.9.0, <2.0.0"
ipython = ">=7.16.1, <8.0.0"
loguru = ">=0.5.3, <1.0.0"
aiohttp = ">=3.7.4.post0, <4.0.0"
importlib-metadata = ">=4.8.1, <5.0.0"
Flask = ">=2.0.2, <3.0.0"
finmind = {editable = true, path = "."}
typing-extensions = ">=4.0.0, <5.0.0"
tqdm = "*"
nest-asyncio = "==1.6.0"
pyarrow = "*"
exceptiongroup = "*"
tomli = "*"
async-timeout = "*"
[dev-packages]
pytest = "==6.2.5"
pytest-mock = "==3.6.1"
pytest-cov = "==3.0.0"
black = "==24.8.0"
[requires]
python_version = "3.8"