mirror of
https://github.com/codl/forget
synced 2024-12-26 15:13:04 +01:00
e369b554b1
Bumps [flask](https://github.com/pallets/flask) from 1.0.3 to 1.1.1. - [Release notes](https://github.com/pallets/flask/releases) - [Changelog](https://github.com/pallets/flask/blob/master/CHANGES.rst) - [Commits](https://github.com/pallets/flask/compare/1.0.3...1.1.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
39 lines
517 B
TOML
39 lines
517 B
TOML
[[source]]
|
|
|
|
url = "https://pypi.python.org/simple"
|
|
verify_ssl = true
|
|
name = "pypi"
|
|
|
|
|
|
[packages]
|
|
|
|
alembic = "*"
|
|
brotli = ">=1.0.1"
|
|
celery = "*"
|
|
csscompressor = "*"
|
|
doit = "*"
|
|
flask = "~=1.1"
|
|
flask-migrate = "*"
|
|
flask-sqlalchemy = "*"
|
|
gunicorn = ">=19.8"
|
|
honcho = "*"
|
|
pillow = "*"
|
|
"psycopg2" = "*"
|
|
raven = "*"
|
|
redis = "*"
|
|
requests = "*"
|
|
sqlalchemy = "*"
|
|
twitter = "*"
|
|
"mastodon.py" = "~=1.2"
|
|
blinker = "*"
|
|
|
|
|
|
[dev-packages]
|
|
|
|
coverage = "*"
|
|
codecov = "*"
|
|
pytest = "*"
|
|
pytest-cov = "*"
|
|
pytest-redis = "*"
|
|
versioneer = "*"
|