From d75f4f06662605164878f1861456f91a19ba5957 Mon Sep 17 00:00:00 2001 From: Thurloat Date: Tue, 30 Jul 2013 09:23:27 -0300 Subject: [PATCH] bind 0.8 to the 6.0 sentry release --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2478d6b..6957815 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_packages install_requires = [ - 'sentry>=5.3.3', + 'sentry>=6.0.0', 'requests>=1.2.0', 'BeautifulSoup>=3.2.1' ]