ui_poc/app/requirements.txt

4 lines
195 B
Plaintext
Raw Normal View History

2024-09-06 00:59:46 +00:00
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