From bdf47f72ebd63af9fff213824d6c1b5a1cba65d5 Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Fri, 11 Jun 2021 17:44:35 -0500 Subject: [PATCH] Don't use pyramid 2 until we can deal with that upstream --- setup.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.py b/setup.py index 5144a68..ef4d1d1 100644 --- a/setup.py +++ b/setup.py @@ -44,6 +44,9 @@ requires = [ # TODO: remove cap for mysql-connector once we figure out what's up with that 'mysql-connector-python==8.0.17', + # TODO: relax this once changes are dealt with upstream + 'pyramid<2', + 'invoke', # 1.4.1 'psycopg2', # 2.8.4