Initial commit

This commit is contained in:
Chris Proctor
2025-01-08 12:19:01 -05:00
commit a7a4891bdf
8 changed files with 903 additions and 0 deletions

17
pyproject.toml Normal file
View File

@@ -0,0 +1,17 @@
[tool.poetry]
name = "project-banjo-app"
version = "0.1.0"
description = ""
authors = ["Chris Proctor <chris@chrisproctor.net>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.10"
django-banjo = "^0.9.0"
requests = "^2.32.3"
scrape-schema-recipe = "^0.2.2"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"