Skip to content

Commit 0d57b5f

Browse files
committed
restrict python version for quart
1 parent ceac896 commit 0d57b5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements_dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ sanic==0.7.0
1111
aiohttp==3.3.1
1212
tornado==4.5.3
1313
async_generator==1.9.0
14-
quart==0.6.0
14+
quart==0.6.0;python_version>="3.6"
1515

1616
# tests
1717
coverage==4.5.1

0 commit comments

Comments
 (0)