generated from mwc/project_banjo_app
Imported recipes and ensured the they work by searching recipe name and ingredients.
I’m proud that importing recipes works and the ingredients, steps, and notes show up correctly. I also learned how to set up models and link them with views in Banjo, which was really helpful. This project taught me a lot about building a small app with models, views, and working APIs.
This commit is contained in:
@@ -7,6 +7,7 @@ requires-python = ">=3.10,<4.0"
|
||||
readme = "README.md"
|
||||
license = { text = "MIT" }
|
||||
dependencies = [
|
||||
"banjo>=0.0.2",
|
||||
"django-banjo (>=0.9.1,<0.10.0)",
|
||||
"requests (>=2.32.3,<3.0.0)",
|
||||
"scrape-schema-recipe (>=0.2.2,<0.3.0)",
|
||||
|
||||
Reference in New Issue
Block a user