1
0
Fork 0
mirror of https://github.com/mealie-recipes/mealie.git synced 2025-08-06 14:05:21 +02:00
* fixes #625

* update dependencies

* bump version

* fix failing tests

Co-authored-by: hay-kot <hay-kot@pm.me>
This commit is contained in:
Hayden 2021-07-25 12:55:30 -08:00 committed by GitHub
parent bf06482b29
commit 940663a22d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 214 additions and 193 deletions

View file

@ -1,6 +1,6 @@
[tool.poetry]
name = "mealie"
version = "0.5.1"
version = "0.5.2"
description = "A Recipe Manager"
authors = ["Hayden <hay-kot@pm.me>"]
license = "MIT"
@ -37,7 +37,6 @@ recipe-scrapers = "^13.2.7"
psycopg2-binary = {version = "^2.9.1", optional = true}
gunicorn = "^20.1.0"
[tool.poetry.dev-dependencies]
pylint = "^2.6.0"
black = "^20.8b1"