We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b35a1f8 commit e4d8e2aCopy full SHA for e4d8e2a
setup.py
@@ -24,10 +24,7 @@
24
'PyGithub==1.56',
25
'PyYAML>=5',
26
'retrying==1.3.3',
27
- # This package has not been released to pypi since 2019,
28
- # but the latest code contains features we need.
29
- # until it is released again, get it from github
30
- 'jenkinsapi @ git+https://github.com/pycontribs/jenkinsapi@299a1b#egg=jenkinsapi',
+ 'jenkinsapi==0.3.17',
31
],
32
zip_safe=True,
33
entry_points={'console_scripts': [
0 commit comments