Updated buildbot dependencies
This commit is contained in:
parent
7a50c7a064
commit
4e583a7756
4
setup.py
4
setup.py
|
@ -17,8 +17,8 @@ setup(name='buildbot-gitea',
|
||||||
long_description=long_description,
|
long_description=long_description,
|
||||||
long_description_content_type="text/markdown",
|
long_description_content_type="text/markdown",
|
||||||
packages=['buildbot_gitea'],
|
packages=['buildbot_gitea'],
|
||||||
requires=[
|
install_requires=[
|
||||||
"buildbot (>=2.9.0)"
|
"buildbot>=2.9.0,<3.0.0"
|
||||||
],
|
],
|
||||||
entry_points={
|
entry_points={
|
||||||
"buildbot.webhooks": [
|
"buildbot.webhooks": [
|
||||||
|
|
Loading…
Reference in New Issue
Block a user