gregmuellegger / django-autofixture

Can create auto-generated test data.
BSD 3-Clause "New" or "Revised" License
460 stars 118 forks source link

use non-vendor six lib #114

Open mattotodd opened 3 years ago

mattotodd commented 3 years ago

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

lentinj commented 2 years ago

This pull request creates 2 install_requires in setup.py, so AFAICS it won't work as-is.