mirror of
https://github.com/wassname/flask-security.git
synced 2026-08-03 12:50:24 +08:00
Update dependency rules
This commit is contained in:
@@ -3,6 +3,13 @@ Flask-Security Changelog
|
||||
|
||||
Here you can see the full list of changes between each Flask-Security release.
|
||||
|
||||
Version 1.5.3
|
||||
-------------
|
||||
|
||||
Released December 23rd 2012
|
||||
|
||||
- Change dependency requirement
|
||||
|
||||
Version 1.5.2
|
||||
-------------
|
||||
|
||||
|
||||
@@ -35,12 +35,12 @@ setup(
|
||||
platforms='any',
|
||||
install_requires=[
|
||||
'Flask>=0.8',
|
||||
'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',
|
||||
'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',
|
||||
],
|
||||
test_suite='nose.collector',
|
||||
tests_require=[
|
||||
|
||||
Reference in New Issue
Block a user