Skip to content

Commit

Permalink
build: Update tornado version in setup.py to match code check.
Browse files Browse the repository at this point in the history
c06bf06 set the minimum version to 6, but setup.py was not updated to
match.
  • Loading branch information
aclemons committed Jun 27, 2024
1 parent a0c836b commit a9367f4
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 a9367f4

Please sign in to comment.