James Curtin
26081ee747
Eliminate unnecessary pinned dependencies
5 years ago
James Curtin
06d3bf0ea7
Use binary version of psycopg
...
Beginning with the 2.8 release of psycopg, the package is built from source, requiring the user to install system dependencies. Switch to using psycopg-binary package to maintain pre-2.8 behavior of installing from wheel
5 years ago
dependabot-preview[bot]
4c3dac9931
Bump psycopg2 from 2.7.5 to 2.8.2 in /{{cookiecutter.app_name}} ( #488 )
6 years ago
James Curtin
0ed150b02a
Implement docker environment
6 years ago
Steven Loria
67ca88a746
Bump itsdangerous
6 years ago
dependabot[bot]
585f0d0828
Bump sqlalchemy from 1.2.10 to 1.2.11 in /{{cookiecutter.app_name}}
...
Bumps [sqlalchemy](https://bitbucket.org/zzzeek/sqlalchemy ) from 1.2.10 to 1.2.11.
- [Changelog](https://bitbucket.org/zzzeek/sqlalchemy/src/master/CHANGES )
- [Commits](https://bitbucket.org/zzzeek/sqlalchemy/commits )
Signed-off-by: dependabot[bot] <support@dependabot.com>
6 years ago
Steven Loria
973bcd96cb
Use environment variables for configuration
...
As per https://12factor.net/
Use environs/python-dotenv for reading/parsing variables
6 years ago
dependabot[bot]
b2e55641c8
Bump flask-migrate from 2.2.0 to 2.2.1 in /{{cookiecutter.app_name}}
...
Bumps [flask-migrate](https://github.com/miguelgrinberg/flask-migrate ) from 2.2.0 to 2.2.1.
- [Release notes](https://github.com/miguelgrinberg/flask-migrate/releases )
- [Changelog](https://github.com/miguelgrinberg/Flask-Migrate/blob/master/CHANGELOG.md )
- [Commits](https://github.com/miguelgrinberg/flask-migrate/compare/v2.2.0...v2.2.1 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
6 years ago
pyup-bot
b041e31997
Update sqlalchemy from 1.2.9 to 1.2.10
6 years ago
pyup-bot
f9f51a2261
Update sqlalchemy from 1.2.8 to 1.2.9
6 years ago
pyup-bot
850864371f
Update psycopg2 from 2.7.4 to 2.7.5
6 years ago
pyup-bot
1d31c4efa7
Update flask-migrate from 2.1.1 to 2.2.0
6 years ago
pyup-bot
f360454d18
Update wtforms from 2.1 to 2.2.1
6 years ago
pyup-bot
df50c8ad6e
Update sqlalchemy from 1.2.7 to 1.2.8
7 years ago
pyup-bot
c3a409d42e
Update flask from 1.0 to 1.0.2
7 years ago
pyup-bot
a752f285d9
Update flask from 0.12.2 to 1.0
7 years ago
pyup-bot
cb65a18dcb
Update sqlalchemy from 1.2.6 to 1.2.7
7 years ago
pyup-bot
736f0cb02d
Update sqlalchemy from 1.2.4 to 1.2.6
7 years ago
pyup-bot
8511d922d3
Update sqlalchemy from 1.2.2 to 1.2.4
7 years ago
pyup-bot
8468128267
Update psycopg2 from 2.7.3.2 to 2.7.4
7 years ago
pyup-bot
d25483c912
Update sqlalchemy from 1.2.1 to 1.2.2
7 years ago
pyup-bot
4cc7ea4643
Update sqlalchemy from 1.2.0 to 1.2.1
7 years ago
pyup-bot
e25003831c
Update werkzeug from 0.13 to 0.14.1
7 years ago
pyup-bot
918919ae4b
Update sqlalchemy from 1.1.15 to 1.2.0
7 years ago
pyup-bot
e63768594d
Update werkzeug from 0.12.2 to 0.13
7 years ago
pyup-bot
eb4f4c3c3b
Update flask-login from 0.4.0 to 0.4.1
7 years ago
pyup-bot
4051c11273
Update jinja2 from 2.9.6 to 2.10
7 years ago
pyup-bot
3132e28acf
Update sqlalchemy from 1.1.14 to 1.1.15
7 years ago
pyup-bot
c7cc3d0c70
Update psycopg2 from 2.7.3.1 to 2.7.3.2
7 years ago
pyup-bot
b5baee509e
Update flask-sqlalchemy from 2.3.1 to 2.3.2
7 years ago
pyup-bot
e6401d1d9c
Update flask-sqlalchemy from 2.2 to 2.3.1
7 years ago
pyup-bot
6793056a30
Update sqlalchemy from 1.1.13 to 1.1.14
7 years ago
pyup-bot
7b765d3f4d
Update flask-migrate from 2.1.0 to 2.1.1
7 years ago
pyup-bot
5778134fa9
Update sqlalchemy from 1.1.11 to 1.1.13
7 years ago
pyup-bot
618dc6a584
Update psycopg2 from 2.7.3 to 2.7.3.1
7 years ago
pyup-bot
b1d8366861
Update flask-migrate from 2.0.4 to 2.1.0
7 years ago
pyup-bot
034fcde289
Update psycopg2 from 2.7.2 to 2.7.3
7 years ago
pyup-bot
78c34bd2ea
Update psycopg2 from 2.7.1 to 2.7.2
7 years ago
Will Roberts
119b102693
replace bower with npm and Flask-Assets with webpack
...
The npm configuration:
- Includes linting of javascript with eslint
The webpack setup here:
- Bundles javascript and css, using hashing to support server-side
caching, with support from Flask-Webpack and
manifest-revision-webpack-plugin
- Uses babel to transpile ES6 javascript
- Includes a development server with hot-replacing of javascript and
css code
7 years ago
pyup-bot
f6f6732247
Update sqlalchemy from 1.1.10 to 1.1.11
7 years ago
pyup-bot
94aa477294
Update flask-migrate from 2.0.3 to 2.0.4
8 years ago
pyup-bot
84ae2507f2
Update sqlalchemy from 1.1.9 to 1.1.10
8 years ago
pyup-bot
6ee3ff29f0
Update werkzeug from 0.12.1 to 0.12.2
8 years ago
pyup-bot
2e522ed993
Update flask from 0.12.1 to 0.12.2
8 years ago
pyup-bot
c372a0237a
Update sqlalchemy from 1.1.5 to 1.1.9
8 years ago
pyup-bot
68988e04f2
Update jinja2 from 2.9.5 to 2.9.6
8 years ago
pyup-bot
fbf59368ec
Update flask from 0.12 to 0.12.1
8 years ago
pyup-bot
51625aa740
Update werkzeug from 0.12 to 0.12.1
8 years ago
pyup-bot
8372b25cc7
Update psycopg2 from 2.7 to 2.7.1
8 years ago
pyup-bot
0011770eef
Update werkzeug from 0.11.15 to 0.12
8 years ago