Merge pull request #184 from paulvoe/master

remove temporary openpyxl fix
This commit is contained in:
2024-03-29 19:01:35 -04:00
committed by GitHub
+1 -1
View File
@@ -47,8 +47,8 @@ class PublishCommand(Command):
requires = ['SQLAlchemy;python_version>="3.0"',
'SQLAlchemy<1.1;python_version<"3.0"',
'openpyxl<2.5.0', # temporary fix to issue #142
'tablib>=0.11.4',
'openpyxl>2.6.0', # https://github.com/kennethreitz-archive/records/pull/184#issuecomment-606207851
'docopt']
version = '0.5.3'