Skip to content

Commit 168600f

Browse files
authored
build: Update tornado version in setup.py to match code check. (#3206)
c06bf06 set the minimum version to 6, but setup.py was not updated to match.
1 parent a0c836b commit 168600f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ def get_file_text(file_name):
129129
"sqlalchemy": ["sqlalchemy>=1.2"],
130130
"starlette": ["starlette>=0.19.1"],
131131
"starlite": ["starlite>=1.48"],
132-
"tornado": ["tornado>=5"],
132+
"tornado": ["tornado>=6"],
133133
},
134134
classifiers=[
135135
"Development Status :: 5 - Production/Stable",

0 commit comments

Comments
 (0)