First full version

This commit is contained in:
2024-04-24 17:59:20 +02:00
commit b4b931633b
33 changed files with 2039 additions and 0 deletions

19
pyproject.toml Normal file
View File

@@ -0,0 +1,19 @@
[build-system]
requires = ["setuptools>=61"]
build-backend = "setuptools.build_meta"
[project]
name = "hxbooks"
version = "0.1.0"
requires-python = ">=3.11"
dependencies = [
"flask",
"flask_sqlalchemy",
"flask-htmx",
"jinja2_fragments",
"sqlalchemy",
"pydantic",
"requests",
"gunicorn",
]