Compare commits

..

No commits in common. "8d8849f34e1480a32c420ad50f9c6ec0466703d4" and "38a6a6735c64d83a4d93e7dbe4697e22691cd2d5" have entirely different histories.

View file

@ -9,6 +9,3 @@ readme = "README.md"
keywords = ["recipe", "food", "recipe-box"] keywords = ["recipe", "food", "recipe-box"]
requires-python = ">=3.8" requires-python = ">=3.8"
dependencies = ["recipe-scrapers", "requests", "httpx[http2]"] dependencies = ["recipe-scrapers", "requests", "httpx[http2]"]
[project.scripts]
recipe_box = "recipe_box:recipe_box"