Skip to content

Commit 8416feb

Browse files
committed
update requirements (resolves #18)
1 parent 578d23b commit 8416feb

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
pbr==1.3.0
2-
python-jenkins==0.4.8
2+
python-jenkins==0.4.12
33
six==1.9.0

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77

88
exec(open(os.path.join(here, 'jenkins_cli/version.py')).read())
99

10-
requires = [ 'pbr>=1.3.0',
11-
'python-jenkins>=0.4.8',
12-
'six>=1.9.0' ]
10+
requires = ['pbr>=1.3.0',
11+
'python-jenkins==0.4.12',
12+
'six>=1.9.0']
1313

1414
setup(
1515
name='jenkins-cli',

0 commit comments

Comments
 (0)