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
Browse Source
Missing new dependency
mistress
Daniel Muckerman
3 years ago
parent
1c66f0f7dd
commit
c1911075ee
2 changed files
with
3 additions
and
2 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
ldap3
import
Server
,
Connection
from
flask_wtf
import
FlaskForm
from
flask_wtf
import
FlaskForm
from
flask_login
import
UserMixin
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
Flask-SimpleLDAP==1.4.0
python-ldap==3.2.0
python-ldap==3.2.0
ldap3==2.8.1
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