pyup-bot
47ccdf4ab7
Update flake8-quotes from 0.11.0 to 0.12.0
7 years ago
pyup-bot
7852139a5a
Update flake8 from 3.4.1 to 3.5.0
7 years ago
pyup-bot
938b907c47
Update webtest from 2.0.28 to 2.0.29
7 years ago
pyup-bot
7751b8a476
Update pytest from 3.2.2 to 3.2.3
7 years ago
pyup-bot
0aac7d452f
Update pytest from 3.2.1 to 3.2.2
7 years ago
pyup-bot
b65cb1753b
Update pytest from 3.1.3 to 3.2.1
7 years ago
pyup-bot
5012645c4f
Update factory-boy from 2.8.1 to 2.9.2
7 years ago
pyup-bot
3d30272a38
Update flake8-isort from 2.2.1 to 2.2.2
7 years ago
pyup-bot
f58e518feb
Update webtest from 2.0.27 to 2.0.28
7 years ago
pyup-bot
1bcdc673ba
Update flake8 from 3.3.0 to 3.4.1
7 years ago
pyup-bot
cf9059dfe4
Update pytest from 3.1.2 to 3.1.3
7 years ago
pyup-bot
2cdcb86012
Update pytest from 3.1.1 to 3.1.2
8 years ago
pyup-bot
4ebb4f96d9
Update isort from 4.2.14 to 4.2.15
8 years ago
pyup-bot
a121f2e34a
Update isort from 4.2.5 to 4.2.14
8 years ago
pyup-bot
d7591836e1
Update pytest from 3.1.0 to 3.1.1
8 years ago
pyup-bot
5f16618827
Update flake8-quotes from 0.10.1 to 0.11.0
8 years ago
pyup-bot
4cd5700dda
Update pytest from 3.0.7 to 3.1.0
8 years ago
pyup-bot
931f4fe1aa
Update flake8-quotes from 0.9.0 to 0.10.1
8 years ago
pyup-bot
433af4a38b
Update flake8-isort from 2.2 to 2.2.1
8 years ago
pyup-bot
f1b6d1aa9d
Update flake8-docstrings from 1.0.3 to 1.1.0
8 years ago
Steven Loria
3d969c7d52
Bump flake8-docstring
8 years ago
pyup-bot
9293e109f1
Update flake8-isort from 2.1.3 to 2.2
8 years ago
pyup-bot
ff7165d0a3
Update webtest from 2.0.26 to 2.0.27
8 years ago
pyup-bot
87dcf1e341
Update pytest from 3.0.6 to 3.0.7
8 years ago
pyup-bot
4ec0fb66ba
Update webtest from 2.0.25 to 2.0.26
8 years ago
pyup-bot
61d42b04f5
Update flake8 from 3.2.1 to 3.3.0
8 years ago
pyup-bot
065d8f1755
Update webtest from 2.0.23 to 2.0.25
8 years ago
pyup-bot
db2dd97ade
Update flake8-quotes from 0.8.1 to 0.9.0
8 years ago
pyup-bot
c544629969
Update flake8-docstrings from 1.0.2 to 1.0.3
8 years ago
pyup-bot
8c1cad1bd1
Update pytest from 3.0.5 to 3.0.6
8 years ago
pyup-bot
eb2641abf0
Update factory-boy from 2.7.0 to 2.8.1
8 years ago
pyup-bot
e7496a8aac
Update pytest from 3.0.4 to 3.0.5
8 years ago
pyup-bot
ac3b130054
Update flake8-isort from 2.0.3 to 2.1.3
8 years ago
pyup-bot
85d3b28226
Update flake8-isort from 2.0.1 to 2.0.3
8 years ago
pyup-bot
6f679f7de6
Update flake8 from 3.2.0 to 3.2.1
8 years ago
pyup-bot
4061d5ffd0
Update flake8 from 3.0.4 to 3.2.0
8 years ago
pyup-bot
c3de2d7c1f
Update pytest from 3.0.3 to 3.0.4
8 years ago
pyup.io bot
7b2c981552
Initial Update ( #84 )
...
* Update flake8-docstrings from 0.2.5 to 1.0.2
* Update werkzeug from 0.11.4 to 0.11.11
* Update sqlalchemy from 1.0.12 to 1.1.3
* Update flake8-quotes from 0.2.4 to 0.8.1
* Update webtest from 2.0.20 to 2.0.23
* Update flask-wtf from 0.12 to 0.13.1
* Update flake8-blind-except from 0.1.0 to 0.1.1
* Update isort from 4.2.2 to 4.2.5
* Update flake8-isort from 1.2 to 2.0.1
* Update pep8-naming from 0.3.3 to 0.4.1
* Update factory-boy from 2.6.1 to 2.7.0
* Update pytest from 2.9.0 to 3.0.3
* Update psycopg2 from 2.6.1 to 2.6.2
* Update flask-login from 0.3.2 to 0.4.0
* Update flake8 from 2.5.4 to 3.0.4
8 years ago
Jeremy Epstein
3d8f8c3c9e
Use Click instead of Flask-Script for CLI commands
...
- Update Flask to 0.11 (with built-in Click integration)
- Remove manage.py
- Add autoapp.py per Flask doc's new recommendations
for using Click with an app factory
- Define cookiecutter-flask's commands in cli.py
- Register shell context and shell commands as part
of factory-based app creation
- Update README instructions with examples for running
commands in new Click style
8 years ago
Steven Loria
77c0b4e657
Update stale Python requirements
9 years ago
Wagner Augusto Andreoli
8230fa17d5
Remove pylint from project, remove ipdb and ipython from requirements
9 years ago
Wagner Augusto Andreoli
e27fa10e15
Add an option to use pylint after flake8, change code to conform to pylint rules
9 years ago
Wagner Augusto Andreoli
720ead02d3
Add flake8, isort and ipython to the dev requirements file
9 years ago
Wagner Augusto Andreoli
88d8ee69b7
Update requirements, pin modules to the latest version, plus two small fixes
9 years ago
Steven Loria
85943e05a6
Update stale requirements
...
Werkzeug, Flask-WTF, WTForms, Flask-Bcrypt, Flask-DebugToolbar
10 years ago
Kevan Ahlquist
302efd0162
Moved DebugToolbar to prod requirements to prevent import error.
10 years ago
Steven Loria
f636880638
Update stale requirements
10 years ago
Christian Stade-Schuldt
23bbed7e41
updated requirements to latest version
10 years ago
sloria
e4fd7b0553
Update stale requirements
10 years ago
sloria
e14468e8fa
Update dependencies
10 years ago