Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use non-vendor six lib #114

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mattotodd
Copy link

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
Copy link

lentinj commented Dec 22, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

django.utils.six -> six in latest version of django
2 participants