Skip to content

Commit ba6422a

Browse files
author
Michael Davis
committed
Update setup.py
1 parent 59ebfb7 commit ba6422a

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

setup.py

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,14 @@ def get_packages(package):
4343
'Topic :: Utilities',
4444
],
4545
install_requires=[
46-
'pycrypto==2.6.1',
47-
'six==1.9.0',
46+
'pycrypto >=2.6.0 <2.7.0',
47+
'six >=1.9.0 <1.10.0',
48+
],
49+
test_requires=[
50+
'pycrypto >=2.6.0 <2.7.0',
51+
'six >=1.9.0 <1.10.0',
52+
'pytest >=2.7.0'
53+
'pytest-cov >=1.8.0'
4854
]
55+
4956
)

0 commit comments

Comments
 (0)