-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements.txt
66 lines (66 loc) · 2.59 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
59
60
61
62
63
64
65
66
-i https://pypi.org/simple
annotated-types==0.7.0; python_version >= '3.8'
anyio==4.6.2.post1; python_version >= '3.9'
blinker==1.9.0; python_version >= '3.9'
certifi==2024.8.30; python_version >= '3.6'
cffi==1.17.1; python_version >= '3.8'
charset-normalizer==3.4.0; python_full_version >= '3.7.0'
click==8.1.7; python_version >= '3.7'
cryptography==43.0.3; python_version >= '3.7'
dash==2.18.2; python_version >= '3.8'
dash-bootstrap-components==1.6.0; python_version >= '3.8' and python_version < '4'
dash-core-components==2.0.0
dash-html-components==2.0.0
dash-player==1.1.0; python_version >= '3.6'
dash-table==5.0.0
deprecated==1.2.15; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
distro==1.9.0; python_version >= '3.6'
exceptiongroup==1.2.2; python_version >= '3.7'
flask==3.0.3; python_version >= '3.8'
gunicorn==23.0.0; python_version >= '3.7'
h11==0.14.0; python_version >= '3.7'
httpcore==1.0.7; python_version >= '3.8'
httpx==0.27.2; python_version >= '3.8'
idna==3.10; python_version >= '3.6'
importlib-metadata==8.5.0; python_version >= '3.8'
iniconfig==2.0.0; python_version >= '3.7'
itsdangerous==2.2.0; python_version >= '3.8'
jinja2==3.1.4; python_version >= '3.7'
jiter==0.7.1; python_version >= '3.8'
lxrbckl==3.6.0; python_version >= '3.8' and python_version < '4.0'
markupsafe==3.0.2; python_version >= '3.9'
mouseinfo==0.1.3
nest-asyncio==1.6.0; python_version >= '3.5'
openai==1.54.4; python_version >= '3.8'
packaging==24.2; python_version >= '3.8'
pillow==11.0.0; python_version >= '3.9'
plotly==5.24.1; python_version >= '3.8'
pluggy==1.5.0; python_version >= '3.8'
pyautogui==0.9.54
pycparser==2.22; python_version >= '3.8'
pydantic==2.9.2; python_version >= '3.8'
pydantic-core==2.23.4; python_version >= '3.8'
pygetwindow==0.0.9
pygithub==2.5.0; python_version >= '3.8'
pyjwt[crypto]==2.10.0; python_version >= '3.9'
pymsgbox==1.0.9
pynacl==1.5.0; python_version >= '3.6'
pyperclip==1.9.0
pyrect==0.2.0
pyscreeze==1.0.1
pytest==7.4.4; python_version >= '3.7'
python3-xlib==0.15; platform_system == 'Linux' and python_version >= '3.0'
pytweening==1.2.0
requests==2.32.3; python_version >= '3.8'
retrying==1.3.4
setuptools==75.5.0; python_version >= '3.9'
six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2'
sniffio==1.3.1; python_version >= '3.7'
tenacity==9.0.0; python_version >= '3.8'
tomli==2.1.0; python_version >= '3.8'
tqdm==4.67.0; python_version >= '3.7'
typing-extensions==4.12.2; python_version >= '3.8'
urllib3==2.2.3; python_version >= '3.8'
werkzeug==3.0.6; python_version >= '3.8'
wrapt==1.16.0; python_version >= '3.6'
zipp==3.21.0; python_version >= '3.9'