yym68686 commited on
Commit
2797497
·
1 Parent(s): 888a669

🐛 Bug: Fix the bug causing startup errors due to missing python-multipart dependency.

Browse files
Files changed (1) hide show
  1. 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