This website works better with JavaScript.
Home
Explore
Help
Sign In
dan
/
ti-account-app
Watch
2
Star
1
Fork
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
1 Commits
8875a118cb
...
c1911075ee
Author
SHA1
Message
Date
Daniel Muckerman
c1911075ee
Missing new dependency
3 years ago
2 changed files
with
3 additions
and
2 deletions
Split View
Diff Options
Show Stats
+0
-1
accounts/auth/models.py
+3
-1
requirements.txt
+ 0
- 1
accounts/auth/models.py
View File
@ -1,4 +1,3 @@
import
ldap
from
ldap3
import
Server
,
Connection
from
flask_wtf
import
FlaskForm
from
flask_login
import
UserMixin
+ 3
- 1
requirements.txt
View File
@ -4,4 +4,6 @@ Flask-Login==0.5.0
Flask-SimpleLDAP==1.4.0
python-ldap==3.2.0
ldap3==2.8.1
email-validator==1.1.1
email-validator==1.1.1
Flask-SQLAlchemy==2.4.4
Flask-WTF==0.14.3
Write
Preview
Loading…
Cancel
Save