Removed superfluous mptt requirement

This commit is contained in:
Eliot Berriot 2018-03-19 14:06:51 +01:00
commit 8821a1bb43
No known key found for this signature in database
GPG key ID: DD6965E2476E5C27
4 changed files with 4 additions and 17 deletions

View file

@ -57,7 +57,6 @@ THIRD_PARTY_APPS = (
'taggit',
'rest_auth',
'rest_auth.registration',
'mptt',
'dynamic_preferences',
'django_filters',
'cacheops',