mirror of
https://github.com/kennethreitz/records.git
synced 2026-06-05 06:46:17 +00:00
Add openpyxl>2.6.0 requirement
This commit is contained in:
@@ -48,6 +48,7 @@ class PublishCommand(Command):
|
||||
requires = ['SQLAlchemy;python_version>="3.0"',
|
||||
'SQLAlchemy<1.1;python_version<"3.0"',
|
||||
'tablib>=0.11.4',
|
||||
'openpyxl>2.6.0', # https://github.com/kennethreitz-archive/records/pull/184#issuecomment-606207851
|
||||
'docopt']
|
||||
version = '0.5.3'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user