make sure the granian reloader runner has the required deps

This commit is contained in:
Izalia Mae 2024-04-14 09:12:05 -04:00
parent 662b0227c5
commit 8978b2d140

View file

@ -55,7 +55,7 @@ Documentation = "https://git.barkshark.xyz/barkshark/basgi/wiki"
[project.optional-dependencies]
granian = [
"granian == 1.2.2"
"granian[reload] == 1.2.2"
]
uvicorn = [
"uvicorn == 0.29.0"