summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 4499a0d..f9d5c5a 100755
--- a/setup.py
+++ b/setup.py
@@ -14,7 +14,7 @@ url = 'https://github.com/un33k/python-slugify'
author = 'Val Neekman'
author_email = 'info@neekware.com'
license = 'BSD'
-install_requires = ['Unidecode>=0.04.9']
+install_requires = ['Unidecode>=0.04.12']
classifiers = [
'Development Status :: 4 - Beta',
'Intended Audience :: Developers',