Skip to content

Commit

Permalink
Removed unused dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
agronholm committed May 3, 2022
1 parent e64784e commit 0c7405e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ dependencies = [
"Django >= 3.2; (extra == 'test' and platform_python_implementation == 'CPython') or extra == 'doc' or extra == 'django'",
"fastapi >= 0.75; extra == 'test' or extra == 'doc' or extra == 'fastapi'",
"starlette >= 0.17; extra == 'test' or extra == 'doc' or extra == 'starlette'",
"typeguard ~= 2.0",
"uvicorn >= 0.17.6; extra == 'test' or extra == 'doc' or extra == 'asgi3' or extra == 'starlette' or extra == 'fastapi' or extra == 'django'",
]
dynamic = ["version"]
Expand Down

0 comments on commit 0c7405e

Please sign in to comment.