This repository has been archived by the owner on Dec 25, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add python 2.7, 3.3, 3.4 to the test matrix
- Loading branch information
NyanKiyoshi
committed
Sep 16, 2018
1 parent
8fee091
commit 646a4e0
Showing
9 changed files
with
53 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
################################################################################ | ||
# This requirements file has been automatically generated from `Pipfile` with | ||
# `pipenv-to-requirements` | ||
# | ||
# | ||
# This has been done to maintain backward compatibility with tools and services | ||
# that do not support `Pipfile` yet. | ||
# | ||
# Do NOT edit it directly, use `pipenv install [-d]` to modify `Pipfile` and | ||
# `Pipfile.lock` and then regenerate `requirements*.txt`. | ||
################################################################################ | ||
|
||
blinker | ||
coverage | ||
flask-debugtoolbar | ||
pipenv-to-requirements | ||
pytest |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
################################################################################ | ||
# This requirements file has been automatically generated from `Pipfile` with | ||
# `pipenv-to-requirements` | ||
# | ||
# | ||
# This has been done to maintain backward compatibility with tools and services | ||
# that do not support `Pipfile` yet. | ||
# | ||
# Do NOT edit it directly, use `pipenv install [-d]` to modify `Pipfile` and | ||
# `Pipfile.lock` and then regenerate `requirements*.txt`. | ||
################################################################################ | ||
|
||
flask | ||
flask-babel | ||
flask-bootstrap-4-alpha | ||
flask-wtf | ||
keyboard |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
import os.path | ||
|
||
import jinja2 | ||
|
||
from flask_babel import pgettext | ||
from flask_wtf.csrf import generate_csrf | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
from flask import render_template | ||
|
||
from .extensions import app | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters