From d588215e0aef35f1343d80a8d74e3ce9342f468e Mon Sep 17 00:00:00 2001 From: James Murty Date: Wed, 22 Feb 2017 13:57:28 +1100 Subject: [PATCH] Oops, removed double mention of django-dynamic-fixture --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index e506a80..d5c5823 100644 --- a/setup.py +++ b/setup.py @@ -49,7 +49,6 @@ include_package_data=True, install_requires=[ 'Django<1.9', - 'django-dynamic-fixture', # TODO Specific version of django-dynamic-fixture is necessary to avoid # AttributeError: can't set attribute` failures on polymorphic models. # See https://github.com/paulocheque/django-dynamic-fixture/pull/59