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