remove uneeded setup dependency (#33771)

Setup does not need django anymore since version is computed
without importing the package.
This commit is contained in:
Emmanuel Cazenave 2019-06-06 18:17:52 +02:00
parent 36cd6a5cd6
commit 9056907494
1 changed files with 0 additions and 3 deletions

View File

@ -118,7 +118,4 @@ setup(name='django-journal',
install_requires=[
'django >= 1.7,<1.9',
'django-model-utils',
],
setup_requires=[
'django >= 1.7,<1.9',
])