feat: draw the rest of the owl

This commit is contained in:
Iain Learmonth 2026-03-26 10:58:03 +00:00
parent e21b725192
commit 2ba848467f
28 changed files with 1538 additions and 448 deletions

View file

@ -8,17 +8,22 @@ license = "BSD-2"
package-mode = false
[tool.poetry.dependencies]
python = "^3.12"
python = "^3.14"
alembic = "^1.18.4"
babel = "^2.17"
beautifulsoup4 = "^4.13"
fastapi = "^0.115.12"
fastapi = "^0.135"
google-cloud-storage = "^3.9.0"
hashids = "^1.3"
jinja2 = "^3.1"
lxml = "^6.0"
minify-html = "^0.18"
requests = "^2.32"
psycopg2-binary = "^2.9"
pydantic = "^2.11"
pydantic-settings = "^2.10"
pyyaml = "^6.0"
sqlalchemy = "^2.0.48"
tldextract = "^5"
uvicorn = {extras = ["standard"], version = "^0.30.6"}
@ -43,5 +48,5 @@ line-length = 92
asyncio_default_fixture_loop_scope = "module"
[tool.ruff]
target-version = "py312"
target-version = "py314"
line-length = 92