feat: update installation scripts to pre-install fastapi and starlette for compatibility

This commit is contained in:
Даниил Грабарь
2026-06-15 15:24:19 +03:00
parent c540733ace
commit 7ff5616870
3 changed files with 16 additions and 7 deletions
+2 -1
View File
@@ -13,7 +13,8 @@ setup(
],
install_requires=[
'setuptools',
'fastapi',
'fastapi>=0.100.0',
'starlette>=0.27.0',
'uvicorn[standard]',
'python-multipart',
'fastmcp',