summaryrefslogtreecommitdiffstats
path: root/requirements.txt
blob: 84f8be052366d8d23187397086e6d44c9c6ffe24 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
Flask==3.0.3          # >=0.10
Flask-WTF==1.2.1      # none
Flask-Login==0.6.3    # none
Werkzeug==3.0.2       # >=0.6
Jinja2==3.1.3         # >=2.4
WTForms==3.1.2        # >=1.0
itsdangerous==2.2.0   # none
email_validator==2.1.1
pycryptodome==3.20.0
ldap3==2.9.1
markupsafe==2.1.5
types-ldap3