We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad7cb98 commit f2fcc3bCopy full SHA for f2fcc3b
setup-mini.cfg
@@ -71,7 +71,7 @@ install_requires =
71
colorama >= 0.3.9
72
commoncode==31.0.0b4
73
container-inspector >= 31.0.0
74
- debian-inspector >= 30.0.0
+ debian-inspector >= 31.0.0b1
75
dparse2 >= 0.6.1
76
fasteners
77
fingerprints >= 0.6.0
@@ -112,6 +112,8 @@ install_requires =
112
xmltodict >= 0.11.0
113
zipp >= 3.0.0; python_version < "3.9"
114
typecode >= 30.0.0
115
+# typecode[full] >= 30.0.0
116
+# extractcode[full] >= 31.0.0
117
118
119
[options.packages.find]
@@ -128,6 +130,8 @@ testing =
128
130
pytest-xdist >= 2
129
131
aboutcode-toolkit >= 7.0.2
132
twine
133
+ black
134
+ isort
135
136
docs =
137
Sphinx >= 3.3.1
0 commit comments