update to v2.1.0 #47

Merged
crimsen merged 2 commits from develop into main 2024-10-08 13:29:38 +00:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit 0570a9a32f - Show all commits

View File

@ -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'