Skip to content

Commit

Permalink
Added python-multipart test dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw committed Mar 2, 2020
1 parent df854d7 commit b70233a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,7 @@ def get_long_description():
license="Apache License, Version 2.0",
version=VERSION,
py_modules=["asgi_csrf"],
extras_require={"test": ["pytest", "pytest-asyncio", "httpx", "starlette"]},
extras_require={
"test": ["pytest", "pytest-asyncio", "httpx", "starlette", "python-multipart"]
},
)

0 comments on commit b70233a

Please sign in to comment.