records
records copied to clipboard
remove temporary openpyxl fix
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.
@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