-
dependabot-preview[bot] authored
Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 1.3.10 to 1.3.11. - [Release notes](https://github.com/sqlalchemy/sqlalchemy/releases) - [Changelog](https://github.com/sqlalchemy/sqlalchemy/blob/master/CHANGES) - [Commits](https://github.com/sqlalchemy/sqlalchemy/commits ) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] authoredBumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 1.3.10 to 1.3.11. - [Release notes](https://github.com/sqlalchemy/sqlalchemy/releases) - [Changelog](https://github.com/sqlalchemy/sqlalchemy/blob/master/CHANGES) - [Commits](https://github.com/sqlalchemy/sqlalchemy/commits ) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com>
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
prod.txt 505 B
# Everything needed in production
# Flask
Flask==1.1.1
Werkzeug==0.16.0
click>=7.0
# Database
Flask-SQLAlchemy==2.4.1
SQLAlchemy==1.3.11
psycopg2-binary==2.8.4
# Migrations
Flask-Migrate==2.5.2
# Forms
Flask-WTF==0.14.2
WTForms==2.2.1
# Deployment
gevent==1.4.0
gunicorn>=19.9.0
supervisor==4.1.0
# Webpack
flask-webpack==0.1.0
# Auth
Flask-Login==0.4.1
Flask-Bcrypt==0.7.1
# Caching
Flask-Caching>=1.7.2
# Debug toolbar
Flask-DebugToolbar==0.10.1
# Environment variable parsing
environs==6.1.0