add python-multipart dependency
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
|
@@ -3,3 +3,4 @@ uvicorn[standard]==0.30.6
|
|
| 3 |
psycopg[binary]==3.2.3
|
| 4 |
pydantic==2.8.2
|
| 5 |
psycopg2-binary==2.9.9
|
|
|
|
|
|
| 3 |
psycopg[binary]==3.2.3
|
| 4 |
pydantic==2.8.2
|
| 5 |
psycopg2-binary==2.9.9
|
| 6 |
+
python-multipart==0.0.9
|