From a7dad098ab109b0e0c1f8436890cb2b1afbb9bad Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Wed, 16 Sep 2020 18:38:08 -0500 Subject: [PATCH] Ugh, require 'bouncer' extra from rattail also --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b8bf5ca..6edf6ca 100644 --- a/setup.py +++ b/setup.py @@ -68,7 +68,7 @@ requires = [ 'invoke', # 1.4.1 'psycopg2', # 2.8.5 - 'rattail[db,auth]', # 0.9.130 + 'rattail[db,auth,bouncer]', # 0.9.130 'Tailbone', # 0.8.97 ]