From 0570a9a32ff2e7eaf753226f169748c57c496c6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20Gr=C3=B6ger?= Date: Tue, 8 Oct 2024 15:05:08 +0200 Subject: [PATCH] update to version 2.1.0 --- setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 568c20e..d6f3e4a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] license = MIT -version = 2.0.0 +version = 2.1.0 name = flaschengeist author = Tim Gröger author_email = flaschengeist@wu5.de @@ -39,7 +39,7 @@ install_requires = [options.extras_require] argon = argon2-cffi -ldap = flask_ldapconn; ldap3 +ldap = flask_ldapconn @ git+https://github.com/rroemhild/flask-ldapconn.git; ldap3 tests = pytest; pytest-depends; coverage mysql = PyMySQL;platform_system=='Windows'