fastapi>=0.115
aiohttp>=3.11
lonelypsp>=0.0.24

[standard]
uvicorn>=0.32
httptools>=0.6.3
python-dotenv>=0.13
PyYAML>=5.1
watchfiles>=0.13
websockets>=10.4
zstandard>=0.23

[standard:sys_platform != "win32" and (sys_platform != "cygwin" and platform_python_implementation != "PyPy")]
uvloop!=0.15.0,!=0.15.1,>=0.14.0

[standard:sys_platform == "win32"]
colorama>=0.4
