fix is_favorite setter on populate

This commit is contained in:
cwilvx
2024-05-26 14:17:12 +03:00
parent eb70887c93
commit c8325101d5
3 changed files with 16 additions and 21 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ description = ""
authors = ["geoffrey45 <geoffreymungai45@gmail.com>"]
[tool.poetry.dependencies]
python = ">=3.11,<3.12"
python = ">=3.10,<3.12"
Flask = "^2.0.2"
Flask-Cors = "^3.0.10"
requests = "^2.27.1"