From 4e583a7756ec2f37b7d5f4523e90e676bf86c852 Mon Sep 17 00:00:00 2001 From: Marvin Pohl Date: Tue, 9 Mar 2021 20:42:36 +0100 Subject: [PATCH] Updated buildbot dependencies --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index f3b2f6c..c6066b2 100644 --- a/setup.py +++ b/setup.py @@ -17,8 +17,8 @@ setup(name='buildbot-gitea', long_description=long_description, long_description_content_type="text/markdown", packages=['buildbot_gitea'], - requires=[ - "buildbot (>=2.9.0)" + install_requires=[ + "buildbot>=2.9.0,<3.0.0" ], entry_points={ "buildbot.webhooks": [