mirror of
https://github.com/wassname/flask-security.git
synced 2026-06-27 16:10:11 +08:00
Updated requirements.txt to reflect setup.py
Also fixes a typo (`passlib=1.5.3` is not a valid line)
This commit is contained in:
+6
-5
@@ -1,6 +1,7 @@
|
||||
Flask-Login==0.1
|
||||
Flask-Principal==0.2
|
||||
Flask-Script==0.3.2
|
||||
Flask-WTF==0.5.4
|
||||
passlib=1.5.3
|
||||
Flask>=0.9
|
||||
Flask-Login>=0.1.3
|
||||
Flask-Mail>=0.7.3
|
||||
Flask-Principal>=0.3.3
|
||||
Flask-WTF>=0.8
|
||||
itsdangerous>=0.17
|
||||
passlib>=1.6.1
|
||||
|
||||
Reference in New Issue
Block a user