From 59298dc56aa9672d757979b8950c9c2d51d07f98 Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Fri, 16 Aug 2019 22:55:22 -0500 Subject: [PATCH] Require 'bouncer' extra from rattail ugh, this shouldn't be necessary, but easier to just go with it for now --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3d766ec..7f05651 100644 --- a/setup.py +++ b/setup.py @@ -44,7 +44,7 @@ requires = [ # package # low high 'psycopg2', # 2.6.2 - 'rattail[auth,db]', # 0.7.25 + 'rattail[auth,db,bouncer]', # 0.7.25 'Tailbone', # 0.5.29 'tox', # 3.13.2 ]