Skip to content

Commit f89d93c

Browse files
authored
Update Sanic dependency to support 20.3.0 and above (#73)
1 parent 60e9171 commit f89d93c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
]
2828

2929
install_sanic_requires = [
30-
"sanic>=19.9.0,<20",
30+
"sanic>=20.3.0",
3131
]
3232

3333
install_webob_requires = [

0 commit comments

Comments
 (0)