Fixing backward compatibility with python2 and dependabot alerts
Pre-release
Pre-release
- Fixed
open()
function insetup.py
that broke on python 2.7.3 because ofencoding
keyword argument. The fix callsio
native library that ensures backward compatibility for theopen()
built-in function. - Removed useless
requirements.txt
that caused the dependency bot to raise security alerts (because of some known vulnerabilities on django 3.0.X)