ui_poc/app/requirements.txt
2024-09-06 11:46:30 -04:00

4 lines
195 B
Plaintext

fastapi==0.95.0 # FastAPI version
uvicorn==0.22.0 # ASGI server
python-multipart==0.0.6 # For form data parsing
starlette # Compatible Starlette version with FastAPI 0.95.0