-
Notifications
You must be signed in to change notification settings - Fork 0
/
Pipfile
57 lines (54 loc) · 1.08 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
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
annotated-types = "==0.7.0"
anyio = "==4.3.0"
beautifulsoup4 = "==4.13.0b2"
certifi = "==2024.7.4"
charset-normalizer = "==3.3.2"
colour = "==0.1.5"
contourpy = "==1.2.1"
cycler = "==0.12.1"
distro = "==1.9.0"
fonttools = "==4.51.0"
h11 = "==0.14.0"
httpcore = "==1.0.5"
httpx = "==0.27.0"
idna = "==3.7"
kiwisolver = "==1.4.5"
lxml = "==4.9.4"
matplotlib = "==3.9.0"
mplcursors = "==0.5.3"
numpy = "==1.26.4"
openai = "==1.30.2"
packaging = "==24.0"
pandas = "==2.2.2"
pillow = "==10.3.0"
pydantic = "==2.7.1"
pydantic-core = "==2.18.2"
pyparsing = "==3.1.2"
python-dateutil = "==2.9.0.post0"
pytz = "==2024.1"
requests = "==2.32.2"
requests-futures = "==1.0.1"
six = "==1.16.0"
sniffio = "==1.3.1"
soupsieve = "==2.5"
tkmacosx = "==1.0.5"
tqdm = "==4.66.4"
typing-extensions = "==4.11.0"
tzdata = "==2024.1"
urllib3 = "==2.2.2"
yahooquery = "==2.3.7"
pytest = "*"
pytest-cov = "*"
pytest-html = "*"
pytest-metadata = "*"
pylint = "*"
black = "*"
pre-commit = "*"
[dev-packages]
[requires]
python_version = "3.12"