-
Notifications
You must be signed in to change notification settings - Fork 55
/
Copy pathrequirements.txt
58 lines (58 loc) · 2.41 KB
/
requirements.txt
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
# This file was autogenerated by uv via the following command:
# uv export --frozen --no-hashes --no-emit-project --output-file=requirements.txt
annotated-types==0.5.0 ; python_full_version < '3.8'
annotated-types==0.7.0 ; python_full_version >= '3.8'
anyio==3.7.1 ; python_full_version < '3.8'
anyio==4.5.2 ; python_full_version == '3.8.*'
anyio==4.8.0 ; python_full_version >= '3.9'
cached-property==1.5.2 ; python_full_version < '3.8'
certifi==2025.1.31
click==8.1.8
colorama==0.4.6 ; sys_platform == 'win32'
distro==1.9.0
exceptiongroup==1.2.2 ; python_full_version < '3.11'
h11==0.14.0
httpcore==0.17.3 ; python_full_version < '3.8'
httpcore==1.0.7 ; python_full_version >= '3.8'
httpx==0.24.1 ; python_full_version < '3.8'
httpx==0.28.1 ; python_full_version >= '3.8'
idna==3.10
importlib-metadata==6.7.0 ; python_full_version < '3.8'
markdown-it-py==2.2.0 ; python_full_version < '3.8'
markdown-it-py==3.0.0 ; python_full_version >= '3.8'
mdurl==0.1.2
numpy==1.21.6 ; python_full_version < '3.8'
numpy==1.24.4 ; python_full_version == '3.8.*'
numpy==2.0.2 ; python_full_version == '3.9.*'
numpy==2.2.3 ; python_full_version >= '3.10'
pandas==1.1.5 ; python_full_version < '3.7.1'
pandas==1.3.5 ; python_full_version >= '3.7.1' and python_full_version < '3.8'
pandas==2.0.3 ; python_full_version == '3.8.*'
pandas==2.2.3 ; python_full_version >= '3.9'
prompt-toolkit==3.0.48 ; python_full_version < '3.8'
prompt-toolkit==3.0.50 ; python_full_version >= '3.8'
pyaml==23.5.8 ; python_full_version < '3.8'
pyaml==25.1.0 ; python_full_version >= '3.8'
pydantic==2.5.3 ; python_full_version < '3.8'
pydantic==2.10.6 ; python_full_version >= '3.8'
pydantic-core==2.14.6 ; python_full_version < '3.8'
pydantic-core==2.27.2 ; python_full_version >= '3.8'
pygments==2.17.2 ; python_full_version < '3.8'
pygments==2.19.1 ; python_full_version >= '3.8'
python-dateutil==2.9.0.post0
pytz==2025.1
pyyaml==6.0.1 ; python_full_version < '3.8'
pyyaml==6.0.2 ; python_full_version >= '3.8'
rich==13.8.1 ; python_full_version < '3.8'
rich==13.9.4 ; python_full_version >= '3.8'
six==1.17.0
sniffio==1.3.1
termcolor==2.3.0 ; python_full_version < '3.8'
termcolor==2.4.0 ; python_full_version == '3.8.*'
termcolor==2.5.0 ; python_full_version >= '3.9'
tqdm==4.67.1
typing-extensions==4.7.1 ; python_full_version < '3.8'
typing-extensions==4.12.2 ; python_full_version >= '3.8'
tzdata==2025.1 ; python_full_version >= '3.8'
wcwidth==0.2.13
zipp==3.15.0 ; python_full_version < '3.8'