-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathrequirements.txt
72 lines (72 loc) · 6.19 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
67
68
69
70
71
72
-i https://pypi.org/simple
aiofiles==24.1.0; python_version >= '3.8'
aiohttp==3.9.5; python_version >= '3.8'
aiosignal==1.3.1; python_version >= '3.7'
altgraph==0.17.4
annotated-types==0.7.0; python_version >= '3.8'
anyio==4.4.0; python_version >= '3.8'
async-timeout==4.0.3; python_version < '3.11'
attrs==23.2.0; python_version >= '3.7'
beautifulsoup4==4.12.3; python_full_version >= '3.6.0'
bidict==0.23.1; python_version >= '3.8'
bottle==0.12.25
certifi==2024.6.2; python_version >= '3.6'
cffi==1.16.0; python_version >= '3.8'
charset-normalizer==3.3.2; python_full_version >= '3.7.0'
click==8.1.7; python_version >= '3.7'
clr-loader==0.2.6; python_version >= '3.7'
colorama==0.4.6
deep-translator==1.11.4; python_version >= '3.7' and python_version < '4.0'
defusedxml==0.7.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
docutils==0.19; python_version >= '3.7'
exceptiongroup==1.2.1; python_version < '3.11'
fastapi==0.109.2; python_version >= '3.8'
fonttools==4.53.0; python_version >= '3.8'
fpdf2==2.7.9; python_version >= '3.7'
frozenlist==1.4.1; python_version >= '3.8'
h11==0.14.0; python_version >= '3.7'
httpcore==1.0.5; python_version >= '3.8'
httptools==0.6.1
httpx==0.27.0; python_version >= '3.8'
idna==3.7; python_version >= '3.5'
ifaddr==0.2.0
itsdangerous==2.2.0; python_version >= '3.8'
jinja2==3.1.4; python_version >= '3.7'
markdown2==2.4.13; python_version >= '3.5' and python_version < '4'
markupsafe==2.1.5; python_version >= '3.7'
multidict==6.0.5; python_version >= '3.7'
nicegui==1.4.27; python_version >= '3.8' and python_version < '4.0'
orjson==3.10.5; platform_machine != 'i386' and platform_machine != 'i686'
packaging==24.1; python_version >= '3.8'
pefile==2023.2.7; sys_platform == 'win32'
pillow==10.3.0; python_version >= '3.8'
proxy-tools==0.1.0
pscript==0.7.7
pycparser==2.22; python_version >= '3.8'
pydantic==2.7.4; python_version >= '3.8'
pydantic-core==2.18.4; python_version >= '3.8'
pygments==2.18.0; python_version >= '3.8'
pyinstaller==6.8.0; python_version < '3.13' and python_version >= '3.8'
pyinstaller-hooks-contrib==2024.7; python_version >= '3.7'
python-dotenv==1.0.1
python-engineio==4.9.1; python_version >= '3.6'
python-multipart==0.0.9; python_version >= '3.8'
python-socketio[asyncio-client]==5.11.3; python_version >= '3.8'
pythonnet==3.0.3; sys_platform == 'win32'
pywebview==5.1; python_version >= '3.7'
pywin32-ctypes==0.2.2; sys_platform == 'win32'
pyyaml==6.0.1
requests==2.32.3; python_version >= '3.8'
setuptools==70.1.1; python_version >= '3.8'
simple-websocket==1.0.0; python_version >= '3.6'
sniffio==1.3.1; python_version >= '3.7'
soupsieve==2.5; python_version >= '3.8'
starlette==0.36.3; python_version >= '3.8'
typing-extensions==4.12.2; python_version >= '3.8'
urllib3==2.2.2; python_version >= '3.8'
uvicorn[standard]==0.30.1; python_version >= '3.8'
vbuild==0.8.2; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5'
watchfiles==0.22.0; python_version >= '3.8'
websockets==12.0
wsproto==1.2.0; python_full_version >= '3.7.0'
yarl==1.9.4; python_version >= '3.7'