add pychache in luser dir to gitignore and passlib to requirements.txt
This commit is contained in:
parent
2b8c5ea453
commit
0cdde03725
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
__pycache__
|
||||
luser/__pycache__
|
||||
luser.deb
|
||||
build-deb/luser/var/
|
||||
|
@ -1,2 +1,3 @@
|
||||
ldap3
|
||||
flask
|
||||
passlib
|
||||
|
Loading…
Reference in New Issue
Block a user