Implement 0.6 routing and some cleanup (#2117)

* Implement 0.6 routing and some cleanup

* Additional tests and annotation cleanup

* Resolve sorting

* cleanup test with encoding
This commit is contained in:
Adam Hopkins
2021-04-20 00:53:42 +03:00
committed by GitHub
parent 9b26358e63
commit 28ba8e53df
16 changed files with 189 additions and 61 deletions

View File

@@ -83,7 +83,7 @@ ujson = "ujson>=1.35" + env_dependency
uvloop = "uvloop>=0.5.3" + env_dependency
requirements = [
"sanic-routing",
"sanic-routing>=0.6.0",
"httptools>=0.0.10",
uvloop,
ujson,