Remove version cap for invoke lib

this undoes commit 2c26ab20aa
This commit is contained in:
Lance Edgar 2023-05-29 17:53:00 -05:00
parent cff533ccff
commit b329940d6b

View file

@ -31,10 +31,7 @@ install_requires =
# need to explicitly install e.g. 8.0.17 depending on how it behaves...
mysql-connector-python
# TODO: remove this once new version is released
# cf. https://github.com/pyinvoke/invoke/issues/935
invoke<2.1
invoke
psycopg2
rattail-fabric2
Tailbone