sanic-routing==0.7.0

This commit is contained in:
Adam Hopkins 2021-06-27 23:01:47 +03:00
parent 30572c972d
commit 8df80e276b
No known key found for this signature in database
GPG Key ID: 6A33C08203F67A28

View File

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