Skip to content

Commit 48506c5

Browse files
Merge pull request #4 from RedHatQE/update-deps
Loosen requirements to aid packaging
2 parents 2a7f8d7 + 263455a commit 48506c5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
setup(
1111
name='cinch',
12-
version='0.2.0',
12+
version='0.2.1',
1313
description='Cinch continuous integration setup',
1414
long_description=description,
1515
url='https://github.com/RedHatQE/cinch',
@@ -26,8 +26,8 @@
2626
packages=find_packages(exclude=('library', 'bin')),
2727
include_package_data=True,
2828
install_requires=[
29-
'ansible<2.2',
30-
'plumbum==1.6.2'
29+
'ansible>=2.1',
30+
'plumbum>=1.6.0'
3131
],
3232
entry_points={
3333
'console_scripts': [

0 commit comments

Comments
 (0)