mirror of
https://github.com/wassname/flask-security.git
synced 2026-06-27 16:10:11 +08:00
4508c717fb
- Add Python 3.5 support on travis - pytest-cache has been merged into pytest [0] and is no longer separately maintained, so pytest-cache-related requirements are being updated. - Flask-Mongoengine latest stable is broken on Python 2.6 (but fixed in master [1]), so its version is being restricted for now. [0] http://pytest.org/latest/changelog.html#id3 [1] https://github.com/MongoEngine/flask-mongoengine/pull/174
11 lines
187 B
Plaintext
11 lines
187 B
Plaintext
Flask-SQLAlchemy>=1.0
|
|
bcrypt>=1.0.2,<2.0.0
|
|
flask-mongoengine>=0.7.0,<0.7.3
|
|
flask-peewee>=0.6.5
|
|
pymongo==2.8
|
|
pytest>=2.5.2
|
|
pytest-cov>=1.6
|
|
pytest-flakes>=0.2
|
|
pytest-pep8>=1.0.5
|
|
tox>=1.7.0
|