From 1437189fa97b30fdcfe3c8f8fc6a906baf1a7dba Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Tue, 16 Apr 2024 09:50:16 -0500 Subject: [PATCH] Remove version cap for pyramid upstream now supports pyramid 2.x --- setup.cfg | 3 --- 1 file changed, 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index ae10433..2da908f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -24,9 +24,6 @@ classifiers = [options] install_requires = - # TODO: relax this once changes are dealt with upstream - pyramid<2 - # NOTE: we do not specify a restriction here, but in practice you may # need to explicitly install e.g. 8.0.17 depending on how it behaves... mysql-connector-python