Update README, add requirements file

This commit is contained in:
Markus 2019-11-07 22:13:51 +01:00
parent bd41078ac3
commit 37e82e9648
2 changed files with 10 additions and 5 deletions

View File

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