Skip to content

Commit d6c158c

Browse files
committed
Add explicit versions to packages
1 parent ce9cd36 commit d6c158c

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

setup.cfg

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ description-file =
1212
CHANGES.rst
1313
home-page = https://github.com/graingert/python-clamd
1414
requires-dist =
15-
setuptools
16-
six
15+
setuptools (0.7)
16+
six (1.3)
1717
classifier = License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)
1818

1919
[files]
@@ -25,8 +25,7 @@ extra_files =
2525

2626
[backwards_compat]
2727
tests-require =
28-
six
29-
nose
28+
nose (1.3)
3029

3130
[test]
3231
test-suite = nose.collector

0 commit comments

Comments
 (0)