Skip to content

Commit 7024c9b

Browse files
committed
Use correct requirement specs
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
1 parent d2321a9 commit 7024c9b

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

setup-mini.cfg

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,9 @@ install_requires =
6868
chardet >= 3.0.0
6969
click >= 6.7, !=7.0
7070
colorama >= 0.3.9
71-
commoncode==31.0.0
71+
commoncode >= 31.0.0
7272
container-inspector >= 31.0.0
73-
debian-inspector >= 31.0.0b1
73+
debian-inspector >= 31.0.0
7474
dparse2 >= 0.6.1
7575
fasteners
7676
fingerprints >= 0.6.0
@@ -95,7 +95,7 @@ install_requires =
9595
pkginfo2 >= 30.0.0
9696
pip-requirements-parser >= 31.2.0
9797
pluggy >= 1.0.0
98-
plugincode==31.0.0b1
98+
plugincode >= 31.0.0
9999
publicsuffix2
100100
pyahocorasick >= 2.0.0b1
101101
pygmars >= 0.7.0

setup.cfg

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,9 @@ install_requires =
6868
chardet >= 3.0.0
6969
click >= 6.7, !=7.0
7070
colorama >= 0.3.9
71-
commoncode==31.0.0
71+
commoncode >= 31.0.0
7272
container-inspector >= 31.0.0
73-
debian-inspector >= 31.0.0b1
73+
debian-inspector >= 31.0.0
7474
dparse2 >= 0.6.1
7575
fasteners
7676
fingerprints >= 0.6.0
@@ -95,7 +95,7 @@ install_requires =
9595
pkginfo2 >= 30.0.0
9696
pip-requirements-parser >= 31.2.0
9797
pluggy >= 1.0.0
98-
plugincode==31.0.0b1
98+
plugincode >= 31.0.0
9999
publicsuffix2
100100
pyahocorasick >= 2.0.0b1
101101
pygmars >= 0.7.0

0 commit comments

Comments
 (0)