Changed buildbot requirements to >=3.0.0
This commit is contained in:
parent
0fd2394bcd
commit
7171e4a371
2
setup.py
2
setup.py
|
@ -18,7 +18,7 @@ setup(name='buildbot-gitea',
|
||||||
long_description_content_type="text/markdown",
|
long_description_content_type="text/markdown",
|
||||||
packages=['buildbot_gitea'],
|
packages=['buildbot_gitea'],
|
||||||
install_requires=[
|
install_requires=[
|
||||||
"buildbot>=2.9.0,<3.0.0"
|
"buildbot>=3.0.0"
|
||||||
],
|
],
|
||||||
entry_points={
|
entry_points={
|
||||||
"buildbot.webhooks": [
|
"buildbot.webhooks": [
|
||||||
|
|
Loading…
Reference in New Issue
Block a user