Skip to content

Commit

Permalink
Sort extras_require
Browse files Browse the repository at this point in the history
  • Loading branch information
thombashi committed Jun 25, 2023
1 parent 882e0d3 commit 04b8ea5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,11 +115,11 @@ def get_release_command_class() -> Dict[str, Type[setuptools.Command]]:
extras_require={
"all": all_requires,
"docs": docs_requires,
"excel": excel_requires,
"es8": es8_requires,
"es": es8_requires,
"html": html_requires,
"es8": es8_requires,
"excel": excel_requires,
"from": from_requires,
"html": html_requires,
"logging": logging_requires,
"pandas": pandas_requires,
"sqlite": sqlite_requires,
Expand Down

0 comments on commit 04b8ea5

Please sign in to comment.