Skip to content

Commit

Permalink
update setup.cfg to match dependencies in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
nikitalita authored Aug 15, 2022
1 parent f06707b commit ac7f2db
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,15 @@ classifiers =
[options]
python_requires = >= 3.6
install_requires =
requests
semantic_version
bs4
dataclasses;python_version<'3.7'
defusedxml
humanize
patch>=1.16
py7zr>=0.18.3
requests
semantic_version
texttable
bs4
dataclasses;python_version<"3.7"
defusedxml
setup_requires =
setuptools-scm[toml]>=6.4
setuptools>=61
Expand Down

0 comments on commit ac7f2db

Please sign in to comment.