mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 19:44:20 +00:00
Allow form parsing
This commit is contained in:
parent
406c558b8a
commit
1a45147a80
1 changed files with 1 additions and 0 deletions
|
@ -41,6 +41,7 @@
|
||||||
# constellation
|
# constellation
|
||||||
starlette = {version="^0.12.13", optional=true}
|
starlette = {version="^0.12.13", optional=true}
|
||||||
uvicorn = {version="^0.10.7", optional=true}
|
uvicorn = {version="^0.10.7", optional=true}
|
||||||
|
python-multipart = {version="^0.0.5", optional=true}
|
||||||
|
|
||||||
# sentry
|
# sentry
|
||||||
sentry_sdk = {version="~0.13.2", optional=true}
|
sentry_sdk = {version="~0.13.2", optional=true}
|
||||||
|
|
Loading…
Reference in a new issue