Remove version restriction for mysql-connector-python

time to experiment a little...may wind up reverting this but we'll see
This commit is contained in:
Lance Edgar 2021-06-15 15:19:33 -05:00
parent df559275b1
commit 621dbcef8d

View file

@ -41,12 +41,13 @@ requires = [
#
# package # low high
# 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',
# 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',
# TODO: this is the same restriction as upstream (rattail) uses.
# at first i didn't set this here, but for some reason an install
# got SA 1.4.x so then i had to.