123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869 |
- -e file:.
- annotated-types==0.7.0
-
- anyio==4.4.0
-
-
- certifi==2024.7.4
-
- charset-normalizer==3.3.2
-
- click==8.1.7
-
- colorama==0.4.6 ; platform_system == 'Windows' or sys_platform == 'win32'
-
-
- fastapi==0.112.1
-
- h11==0.14.0
-
- httptools==0.6.1
-
- idna==3.7
-
-
- jinja2==3.1.4
-
- markupsafe==2.1.5
-
- pydantic==2.8.2
-
- pydantic-core==2.20.1
-
- python-dotenv==1.0.1
-
- pyyaml==6.0.2
-
- requests==2.32.3
-
- selectolax==0.3.21
-
- sniffio==1.3.1
-
- starlette==0.38.2
-
- typing-extensions==4.12.2
-
-
-
- urllib3==2.2.2
-
- uvicorn==0.30.6
-
- uvloop==0.20.0 ; platform_python_implementation != 'PyPy' and sys_platform != 'cygwin' and sys_platform != 'win32'
-
- watchfiles==0.23.0
-
- websockets==12.0
-
|