Skip to content

Commit b1617b9

Browse files
committed
Don't pin tornado requirement
1 parent e9c7991 commit b1617b9

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
@@ -20,7 +20,7 @@
2020
]
2121

2222
tornado_require = [
23-
'tornado==4.0.2'
23+
'tornado>=4.0.2'
2424
]
2525

2626
async_require = [] # see below

0 commit comments

Comments
 (0)