Skip to content

Commit

Permalink
Align setup-mini.cfg with setup.cfg
Browse files Browse the repository at this point in the history
Signed-off-by: Philippe Ombredanne <[email protected]>
  • Loading branch information
pombredanne committed Jun 10, 2022
1 parent 0676fe5 commit 6cf681d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion setup-mini.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ install_requires =
colorama >= 0.3.9
commoncode==31.0.0b4
container-inspector >= 31.0.0
debian-inspector >= 30.0.0
debian-inspector >= 31.0.0b1
dparse2 >= 0.6.1
fasteners
fingerprints >= 0.6.0
Expand Down Expand Up @@ -112,6 +112,8 @@ install_requires =
xmltodict >= 0.11.0
zipp >= 3.0.0; python_version < "3.9"
typecode >= 30.0.0
# typecode[full] >= 30.0.0
# extractcode[full] >= 31.0.0


[options.packages.find]
Expand All @@ -128,6 +130,8 @@ testing =
pytest-xdist >= 2
aboutcode-toolkit >= 7.0.2
twine
black
isort

docs =
Sphinx >= 3.3.1
Expand Down

0 comments on commit 6cf681d

Please sign in to comment.