diff --git a/setup.py b/setup.py index 6fe9bcf..2b73047 100644 --- a/setup.py +++ b/setup.py @@ -45,8 +45,7 @@ class PublishCommand(Command): sys.exit() -requires = ['SQLAlchemy;python_version>="3.0"', - 'SQLAlchemy<1.1;python_version<"3.0"', +requires = ['SQLAlchemy', 'openpyxl<2.5.0', # temporary fix to issue #142 'tablib>=0.11.4', 'docopt']