Use unicode slugify (#19192)
* Update __init__.py * Update setup.py * Update requirements_all.txt * Update __init__.py * Update __init__.py * Update __init__.py * Update __init__.py * Update __init__.py * remove `-` * fix packages * Update package_constraints.txt * Update __init__.py * Update package_constraints.txt * Update requirements_all.txt * Update setup.py * Fix tests * Fix line issue * fix all test * fix type * Fix lint
This commit is contained in:
parent
cc90cba78a
commit
2bf36bb1db
15 changed files with 216 additions and 215 deletions
1
setup.py
1
setup.py
|
@ -45,6 +45,7 @@ REQUIRES = [
|
|||
# PyJWT has loose dependency. We want the latest one.
|
||||
'cryptography==2.3.1',
|
||||
'pip>=8.0.3',
|
||||
'python-slugify==1.2.6',
|
||||
'pytz>=2018.04',
|
||||
'pyyaml>=3.13,<4',
|
||||
'requests==2.20.1',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue