Allow newer zope.sqlalchemy package

not sure of any real benefit, but could not find any reason to cap at such an
old version, so let's relax it
This commit is contained in:
Lance Edgar 2021-01-14 12:47:37 -06:00
parent 5e9264bbef
commit db7d021133
2 changed files with 5 additions and 3 deletions

View file

@ -19,7 +19,7 @@ deps =
fixture
mock
nose
SQLAlchemy<1.3
SQLAlchemy<1.4
SQLAlchemy-Utils<0.36.7
[testenv:coverage]