records icon indicating copy to clipboard operation
records copied to clipboard

remove temporary openpyxl fix

Open paulvoe opened this issue 5 years ago • 1 comments

The openpyxl dependency doesn't have to be < 2.5 anymore since the issue in tablib that required this is fixed.
Also, openpyxl < 2.5 has some buggy version check that fails when deployed in AWS Lambda, thus making records not useable in this environment.

paulvoe avatar Sep 02 '19 23:09 paulvoe

@kennethreitz @vlcinsky @paulvoe Please limit the openpyxl version to greater than 2.6.0, or similar problems will occur! https://github.com/jazzband/tablib/issues/457

shmilylty avatar Mar 30 '20 19:03 shmilylty