diff options
| author | Val Neekman <val@neekware.com> | 2019-09-20 12:41:06 -0400 |
|---|---|---|
| committer | Val Neekman <val@neekware.com> | 2019-09-20 12:41:06 -0400 |
| commit | 67c16a409063578d38bf69ee345254e67b237206 (patch) | |
| tree | f5110013593b4b50929749fc03f90f786da363f7 /setup.py | |
| parent | 413ac35c0859bf9c6e1024c993c77cb980f9645e (diff) | |
| download | python-slugify-3.0.4.tar.gz | |
upgrade to consume the latest version of dependencies3.0.4
Diffstat (limited to 'setup.py')
| -rwxr-xr-x | setup.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -14,8 +14,8 @@ url = 'https://github.com/un33k/python-slugify' author = 'Val Neekman' author_email = 'info@neekware.com' license = 'MIT' -install_requires = ['text-unidecode==1.3'] -extras_require = {'unidecode': ['Unidecode==1.0.23']} +install_requires = ['text-unidecode>=1.3'] +extras_require = {'unidecode': ['Unidecode>=1.1.1']} classifiers = [ 'Development Status :: 5 - Production/Stable', |
