summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkf <14309762+koolfunky@users.noreply.github.com>2019-09-19 17:12:07 +0200
committerVal Neekman <un33kvu@gmail.com>2019-09-19 11:12:07 -0400
commit413ac35c0859bf9c6e1024c993c77cb980f9645e (patch)
tree8e90c34f88716687114f439ff99c97d85eaaa375
parent228de59ade00e1de933d9804ad948ad77841a3fb (diff)
downloadpython-slugify-413ac35c0859bf9c6e1024c993c77cb980f9645e.tar.gz
BF(dependencies)| Bump `text_unidecode` version (#83)
1.2 -> 1.3
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 4800173..9f49764 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 = 'MIT'
-install_requires = ['text-unidecode==1.2']
+install_requires = ['text-unidecode==1.3']
extras_require = {'unidecode': ['Unidecode==1.0.23']}
classifiers = [