Skip to content

Commit

Permalink
fix: revert torando 6.3 upgrade in last commit for now
Browse files Browse the repository at this point in the history
  • Loading branch information
newgene committed Jul 5, 2023
1 parent 316f55b commit 722d889
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@ 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.3.2; python_version >= "3.8.0"',
'tornado==6.2.0; python_version >= "3.7.0"',
"gitpython>=3.1.0",
"elasticsearch[async]>=7, <8",
"elasticsearch-dsl>=7, <8",
Expand Down

0 comments on commit 722d889

Please sign in to comment.