14 lines
189 B
Plaintext
14 lines
189 B
Plaintext
|
|
# Web Framework
|
||
|
|
fastapi==0.104.1
|
||
|
|
uvicorn[standard]==0.24.0
|
||
|
|
|
||
|
|
# Data Handling
|
||
|
|
polars==0.19.12
|
||
|
|
pyarrow==14.0.1
|
||
|
|
pandas==2.1.3
|
||
|
|
|
||
|
|
# Utilities
|
||
|
|
pydantic==2.5.0
|
||
|
|
python-multipart==0.0.6
|
||
|
|
pyyaml==6.0.1
|