diff --git a/setup.py b/setup.py index bb405b50..d0144c83 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ def readme(): license="New BSD License", install_requires=[ "basx-bread", - "django-formtools", + "django-formtools == 2.3", "djangorestframework", "chardet", "tablib",