Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Initial Update #2

Open
wants to merge 14 commits into
base: master
Choose a base branch
from
8 changes: 4 additions & 4 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
-r prod.txt

# Testing
pytest
webtest
pytest==3.0.6
webtest==2.0.25
factory-boy>=2.2.1

# Management script
Flask-Script
Flask-Script==2.0.5

# Debug toolbar
Flask-DebugToolbar==0.10.0
Flask-DebugToolbar==0.10.1
18 changes: 9 additions & 9 deletions requirements/prod.txt
Original file line number Diff line number Diff line change
@@ -1,34 +1,34 @@
# Everything needed in production

# Flask
Flask==0.10.1
Flask==0.12
MarkupSafe==0.23
Werkzeug==0.11.9
Jinja2==2.8
Werkzeug==0.11.15
Jinja2==2.9.5
itsdangerous==0.24

# Database
Flask-SQLAlchemy==2.1
SQLAlchemy==1.0.13
Flask-SQLAlchemy==2.2
SQLAlchemy==1.1.6

# Migrations
Flask-Migrate==1.8.0
Flask-Migrate==2.0.3

# Forms
Flask-WTF==0.12
Flask-WTF==0.14.2
WTForms==2.1

# Deployment
gunicorn>=19.5
wsgiref>=0.1.2

# Assets
Flask-Assets==0.11
Flask-Assets==0.12
cssmin>=0.2.0
jsmin>=2.2.1

# Auth
Flask-Login==0.2.11
Flask-Login==0.4.0
Flask-Bcrypt==0.7.1

# Caching
Expand Down
2 changes: 1 addition & 1 deletion solarpi/static/libs/bootstrap/test-infra/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
boto==2.20.0
boto==2.46.1