django-autofixture
django-autofixture copied to clipboard
use non-vendor six lib
Django removed the vendor provided six library.
https://docs.djangoproject.com/en/3.1/releases/3.0/#removed-private-python-2-compatibility-apis
added it as a dependency so autofixture will continue to work. fixes #112
This pull request creates 2 install_requires in setup.py, so AFAICS it won't work as-is.