40 lines
539 B
Plaintext
40 lines
539 B
Plaintext
# Flask
|
|
Flask==0.11.1
|
|
flask-appconfig==0.11.1
|
|
|
|
# Security
|
|
Flask-JWT==0.3.2
|
|
PyJWT>=1.4.0
|
|
|
|
# Database
|
|
SQLAlchemy==1.1.6
|
|
SQLAlchemy-Utils==0.32.12
|
|
Flask-SQLAlchemy==2.2
|
|
psycopg2==2.7.1
|
|
Flask-Alembic==2.0.1
|
|
|
|
# Utilities
|
|
arrow==0.10.0
|
|
jsonschema==2.6.0
|
|
requests==2.13.0
|
|
bpython>=0.15
|
|
|
|
# Documentation
|
|
Sphinx>=1.4.8
|
|
releases>=1.2.1
|
|
recommonmark>=0.4.0
|
|
|
|
# Testing
|
|
flake8>=3.0.4
|
|
pyflakes==1.5.0
|
|
|
|
pytest>=3.0.3
|
|
pytest-mock>=1.2
|
|
pytest-bdd>=2.18.0
|
|
pytest-random==0.02
|
|
pytest-splinter>=1.8.0
|
|
|
|
# Deployment and Automation
|
|
invoke==0.13.0
|
|
uWSGI==2.0.14
|