mirror of
https://github.com/moepman/bk-dss
synced 2024-11-17 12:49:15 +01:00
Update README, add requirements file
This commit is contained in:
parent
bd41078ac3
commit
37e82e9648
10
README.md
10
README.md
@ -2,15 +2,15 @@
|
||||
|
||||
## Overview
|
||||
|
||||
TBA
|
||||
This Directory Self-Service is intended as a portal that allow Users to change their LDAP passwords and also supports the creations of new users based on a simple template.
|
||||
|
||||
## Requirements
|
||||
|
||||
* Flask >= 1.0.0
|
||||
* Flask-WTF >= 0.14
|
||||
* passlib >= 1.7.0
|
||||
* flask >= 0.12.1
|
||||
* flask-wtf >= 0.12
|
||||
* pyldap >= 2.4.25
|
||||
* redis >= 2.10.5
|
||||
* python-ldap >= 3.1.0
|
||||
* redis >= 3.1.0
|
||||
|
||||
## uWSGI
|
||||
|
||||
|
5
requirements.txt
Normal file
5
requirements.txt
Normal file
@ -0,0 +1,5 @@
|
||||
Flask>=1.0.0
|
||||
Flask-WTF>=0.14.0
|
||||
passlib>=1.7.0
|
||||
python-ldap>=3.1.0
|
||||
redis>=3.1.0
|
Loading…
Reference in New Issue
Block a user