Fix the registry to work with unicode usernames in LDAP.
This commit is contained in:
parent
f049f738da
commit
2da8b4737e
4 changed files with 57 additions and 40 deletions
|
@ -12,6 +12,7 @@ PyGithub==1.24.1
|
|||
PyMySQL==0.6.2
|
||||
PyPDF2==1.21
|
||||
SQLAlchemy==0.9.4
|
||||
Unidecode==0.04.16
|
||||
Werkzeug==0.9.4
|
||||
alembic==0.6.4
|
||||
aniso8601==0.82
|
||||
|
@ -40,6 +41,7 @@ pycrypto==2.6.1
|
|||
python-daemon==1.6
|
||||
python-dateutil==2.2
|
||||
python-digitalocean==0.7
|
||||
python-ldap==2.4.15
|
||||
python-magic==0.4.6
|
||||
pytz==2014.2
|
||||
raven==4.2.1
|
||||
|
|
Reference in a new issue