setup.py: remove ldaptools from deps (#64473)

This commit is contained in:
Benjamin Dauvergne 2022-04-22 13:03:47 +02:00
parent dc2bc462fc
commit ccc857d20a
2 changed files with 0 additions and 2 deletions

View File

@ -10,7 +10,6 @@ XStatic_jquery_ui python3-xstatic-jquery-ui
django-import-export python3-django-import-export
django-sekizai python3-django-sekizai
pycryptodome python3-pycryptodome
ldaptools python3-ldaptools
django-mellon python3-django-mellon
django-ratelimit python3-django-ratelimit
requests-oauthlib python3-requests-oauthlib

View File

@ -172,7 +172,6 @@ setup(
'django-filter',
'pycryptodomex',
'django-mellon>=1.22',
'ldaptools',
'jwcrypto>=0.3.1,<1',
'cryptography',
'XStatic-jQuery',