mirror of
https://github.com/jazzband/django-dbtemplates.git
synced 2026-03-16 22:20:28 +00:00
Added versiontools requirement to setup.py.
This commit is contained in:
parent
d5be3e42d5
commit
1224ab4005
1 changed files with 1 additions and 0 deletions
1
setup.py
1
setup.py
|
|
@ -31,4 +31,5 @@ setup(
|
|||
'Framework :: Django',
|
||||
],
|
||||
install_requires=['django-appconf >= 0.4'],
|
||||
setup_requires=['versiontools >= 1.5'],
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue