forked from Hay1tsme/artemis
add python-multipart to requirements.txt (#112)
because of frontend now required python-multipart in requestments Reviewed-on: Hay1tsme/artemis#112 Co-authored-by: zaphkito <zaphkito@noreply.gitea.tendokyu.moe> Co-committed-by: zaphkito <zaphkito@noreply.gitea.tendokyu.moe>
This commit is contained in:
parent
40a0817009
commit
75bf8f4cb7
@ -1,23 +1,24 @@
|
|||||||
mypy
|
mypy
|
||||||
wheel
|
wheel
|
||||||
pytz
|
pytz
|
||||||
pyyaml
|
pyyaml
|
||||||
sqlalchemy==1.4.46
|
sqlalchemy==1.4.46
|
||||||
mysqlclient
|
mysqlclient
|
||||||
pyopenssl
|
pyopenssl
|
||||||
service_identity
|
service_identity
|
||||||
PyCryptodome
|
PyCryptodome
|
||||||
inflection
|
inflection
|
||||||
coloredlogs
|
coloredlogs
|
||||||
pylibmc; platform_system != "Windows"
|
pylibmc; platform_system != "Windows"
|
||||||
wacky
|
wacky
|
||||||
bcrypt
|
bcrypt
|
||||||
jinja2
|
jinja2
|
||||||
protobuf
|
protobuf
|
||||||
pillow
|
pillow
|
||||||
pyjwt==2.8.0
|
pyjwt==2.8.0
|
||||||
websockets
|
websockets
|
||||||
starlette
|
starlette
|
||||||
asyncio
|
asyncio
|
||||||
uvicorn
|
uvicorn
|
||||||
alembic
|
alembic
|
||||||
|
python-multipart
|
Loading…
Reference in New Issue
Block a user