🐛 Bug: Fix the bug causing startup errors due to missing python-multipart dependency.
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -8,4 +8,5 @@ aiosqlite
|
|
8 |
sqlalchemy
|
9 |
watchfiles
|
10 |
httpx[http2]
|
11 |
-
cryptography
|
|
|
|
8 |
sqlalchemy
|
9 |
watchfiles
|
10 |
httpx[http2]
|
11 |
+
cryptography
|
12 |
+
python-multipart
|