mirror of
https://github.com/Hopiu/django-uuslug.git
synced 2026-03-16 20:10:24 +00:00
update reqs/deps
This commit is contained in:
parent
afb681f4a0
commit
d781bcf1bb
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -12,7 +12,7 @@ package = 'uuslug'
|
|||
python_requires = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*"
|
||||
here = os.path.abspath(os.path.dirname(__file__))
|
||||
|
||||
requires = []
|
||||
requires = ['python-slugify>=5.0.1']
|
||||
test_requirements = []
|
||||
|
||||
about = {}
|
||||
|
|
|
|||
Loading…
Reference in a new issue