-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
70 lines (70 loc) · 1.35 KB
/
requirements.txt
File metadata and controls
70 lines (70 loc) · 1.35 KB
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
70
# This file was autogenerated by uv via the following command:
# uv pip compile pyproject.toml -o requirements.txt
attrs==25.4.0
# via
# outcome
# trio
certifi==2025.11.12
# via
# requests
# selenium
cffi==2.0.0
# via trio
charset-normalizer==3.4.4
# via requests
h11==0.16.0
# via wsproto
idna==3.11
# via
# requests
# trio
numpy==2.3.5
# via pandas
outcome==1.3.0.post0
# via
# trio
# trio-websocket
packaging==25.0
# via webdriver-manager
pandas==2.3.3
# via nse-data-download (pyproject.toml)
pycparser==2.23
# via cffi
pysocks==1.7.1
# via urllib3
python-dateutil==2.9.0.post0
# via pandas
python-dotenv==1.2.1
# via webdriver-manager
pytz==2025.2
# via pandas
requests==2.32.5
# via webdriver-manager
selenium==4.38.0
# via nse-data-download (pyproject.toml)
six==1.17.0
# via python-dateutil
sniffio==1.3.1
# via trio
sortedcontainers==2.4.0
# via trio
trio==0.32.0
# via
# selenium
# trio-websocket
trio-websocket==0.12.2
# via selenium
typing-extensions==4.15.0
# via selenium
tzdata==2025.2
# via pandas
urllib3==2.5.0
# via
# requests
# selenium
webdriver-manager==4.0.2
# via nse-data-download (pyproject.toml)
websocket-client==1.9.0
# via selenium
wsproto==1.3.2
# via trio-websocket