Skip to content

Commit

Permalink
build: upgrade tornado version for py>3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
newgene committed Jul 5, 2023
1 parent 0ac53e8 commit 316f55b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ def read(fname):
install_requires = [
"requests>=2.21.0",
'tornado==6.1.0; python_version < "3.7.0"',
'tornado==6.2.0; python_version >= "3.7.0"',
'tornado==6.2.0; python_version == "3.7.0"',
'tornado==6.3.2; python_version >= "3.8.0"',
"gitpython>=3.1.0",
"elasticsearch[async]>=7, <8",
"elasticsearch-dsl>=7, <8",
Expand Down

0 comments on commit 316f55b

Please sign in to comment.