forked from Marven11/EtherGhost
-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements.txt
27 lines (27 loc) · 2.13 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
annotated-types==0.6.0 ; python_version >= "3.8" and python_version < "4.0"
anyio==4.2.0 ; python_version >= "3.8" and python_version < "4.0"
certifi==2023.11.17 ; python_version >= "3.8" and python_version < "4.0"
chardet==5.2.0 ; python_version >= "3.8" and python_version < "4.0"
charset-normalizer==3.3.2 ; python_version >= "3.8" and python_version < "4.0"
click==8.1.7 ; python_version >= "3.8" and python_version < "4.0"
colorama==0.4.6 ; python_version >= "3.8" and python_version < "4.0" and platform_system == "Windows"
exceptiongroup==1.2.0 ; python_version >= "3.8" and python_version < "3.11"
fastapi==0.109.0 ; python_version >= "3.8" and python_version < "4.0"
greenlet==3.0.3 ; python_version >= "3.8" and python_version < "4.0" and (platform_machine == "aarch64" or platform_machine == "ppc64le" or platform_machine == "x86_64" or platform_machine == "amd64" or platform_machine == "AMD64" or platform_machine == "win32" or platform_machine == "WIN32")
h11==0.14.0 ; python_version >= "3.8" and python_version < "4.0"
httpcore==1.0.2 ; python_version >= "3.8" and python_version < "4.0"
httpx[socks]==0.27.0 ; python_version >= "3.8" and python_version < "4.0"
idna==3.6 ; python_version >= "3.8" and python_version < "4.0"
pycryptodome==3.20.0 ; python_version >= "3.8" and python_version < "4.0"
pydantic-core==2.14.6 ; python_version >= "3.8" and python_version < "4.0"
pydantic==2.5.3 ; python_version >= "3.8" and python_version < "4.0"
python-multipart==0.0.9 ; python_version >= "3.8" and python_version < "4.0"
requests==2.31.0 ; python_version >= "3.8" and python_version < "4.0"
sniffio==1.3.0 ; python_version >= "3.8" and python_version < "4.0"
socksio==1.0.0 ; python_version >= "3.8" and python_version < "4.0"
sqlalchemy-utils==0.41.1 ; python_version >= "3.8" and python_version < "4.0"
sqlalchemy==2.0.25 ; python_version >= "3.8" and python_version < "4.0"
starlette==0.35.1 ; python_version >= "3.8" and python_version < "4.0"
typing-extensions==4.9.0 ; python_version >= "3.8" and python_version < "4.0"
urllib3==2.1.0 ; python_version >= "3.8" and python_version < "4.0"
uvicorn==0.27.0 ; python_version >= "3.8" and python_version < "4.0"