mirror of
https://github.com/mealie-recipes/mealie.git
synced 2026-01-03 07:31:22 -05:00
Missing minus in Shopping List UI (#688)
* Shopping list quantity decrement button -> minus Missed being renamed when material design icons were moved to be global variables, still used the original md name. * Updated poetry lock to fix rdflib-jsonld error `extruct` depends on rdflib-jsonld, which had an error involving `use_2to3` (https://github.com/RDFLib/rdflib-jsonld/pull/105), which prevented building. * update poetry CI/CD Version Co-authored-by: Hayden <64056131+hay-kot@users.noreply.github.com>
This commit is contained in:
@@ -32,7 +32,7 @@ passlib = "^1.7.4"
|
||||
lxml = "4.6.2"
|
||||
Pillow = "^8.2.0"
|
||||
pathvalidate = "^2.4.1"
|
||||
apprise = "^0.9.2"
|
||||
apprise = "0.9.3"
|
||||
recipe-scrapers = "^13.2.7"
|
||||
psycopg2-binary = {version = "^2.9.1", optional = true}
|
||||
gunicorn = "^20.1.0"
|
||||
@@ -67,4 +67,4 @@ testpaths = [
|
||||
skip_empty = true
|
||||
|
||||
[tool.poetry.extras]
|
||||
pgsql = ["psycopg2-binary"]
|
||||
pgsql = ["psycopg2-binary"]
|
||||
|
||||
Reference in New Issue
Block a user