Skip to content

Commit

Permalink
upgraded to python 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
mjhea0 committed Feb 5, 2017
1 parent 9b9f8c0 commit c67b032
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 24 deletions.
2 changes: 1 addition & 1 deletion .python-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.5.2
3.6.0
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
language: python

python:
- "3.6"
- "3.5"
- "3.4"
- "2.7"
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,13 @@
Flask starter project...

[![Build Status](https://travis-ci.org/realpython/flask-skeleton.svg?branch=master)](https://travis-ci.org/realpython/flask-skeleton)
[![Coverage Status](https://coveralls.io/repos/github/realpython/flask-skeleton/badge.svg?branch=master)](https://coveralls.io/github/realpython/flask-skeleton?branch=master)

## Quick Start

### Basics

1. Activate a virtualenv
1. Create and activate a virtualenv
1. Install the requirements

### Set Environment Variables
Expand Down
27 changes: 5 additions & 22 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,28 +1,11 @@
alembic==0.8.9
bcrypt==3.1.1
blinker==1.4
cffi==1.9.1
click==6.6
coverage==4.2
dominate==2.3.1
Flask==0.11.1
coverage==4.3.4
Flask==0.12
Flask-Bcrypt==0.7.1
Flask-Bootstrap==3.3.7.0
Flask-Bootstrap==3.3.7.1
Flask-DebugToolbar==0.10.0
Flask-Login==0.4.0
Flask-Migrate==2.0.2
Flask-Migrate==2.0.3
Flask-Script==2.0.5
Flask-SQLAlchemy==2.1
Flask-Testing==0.6.1
Flask-WTF==0.13.1
itsdangerous==0.24
Jinja2==2.8
Mako==1.0.6
MarkupSafe==0.23
pycparser==2.17
python-editor==1.0.3
six==1.10.0
SQLAlchemy==1.1.4
visitor==0.1.3
Werkzeug==0.11.11
WTForms==2.1
Flask-WTF==0.14.2

0 comments on commit c67b032

Please sign in to comment.