Skip to content

Commit

Permalink
build: Update tornado version in setup.py to match code check. (getse…
Browse files Browse the repository at this point in the history
…ntry#3206)

c06bf06 set the minimum version to 6, but setup.py was not updated to
match.
  • Loading branch information
aclemons authored and arjenzorgdoc committed Sep 30, 2024
1 parent ba6818b commit bdabd03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ def get_file_text(file_name):
"sqlalchemy": ["sqlalchemy>=1.2"],
"starlette": ["starlette>=0.19.1"],
"starlite": ["starlite>=1.48"],
"tornado": ["tornado>=5"],
"tornado": ["tornado>=6"],
},
classifiers=[
"Development Status :: 5 - Production/Stable",
Expand Down

0 comments on commit bdabd03

Please sign in to comment.