Skip to content

Commit

Permalink
sanic-routing dependency fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ahopkins committed Dec 31, 2023
1 parent 82c5529 commit f06d75f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -100,7 +100,7 @@ def str_to_bool(val: str) -> bool:
types_ujson = "types-ujson" + env_dependency
requirements = [
# "sanic-routing>=23.6.0",
"sanic-routing @ git+https://github.com/sanic-org/sanic-routing.git",
"sanic-routing>=23.12.0",
"httptools>=0.0.10",
uvloop,
ujson,
Expand Down

0 comments on commit f06d75f

Please sign in to comment.