Skip to content

Fixing backward compatibility with python2 and dependabot alerts

Pre-release
Pre-release
Compare
Choose a tag to compare
@alaouimehdi1995 alaouimehdi1995 released this 20 Apr 22:13
6898041
  • Fixed open() function in setup.py that broke on python 2.7.3 because of encoding keyword argument. The fix calls io native library that ensures backward compatibility for the open() 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)