BTHLABS-50: Safari Web extension

Co-authored-by: Tomek Wójcik <labs@tomekwojcik.pl>
Co-committed-by: Tomek Wójcik <labs@tomekwojcik.pl>
This commit is contained in:
2025-09-08 18:11:36 +00:00
committed by Tomek Wójcik
parent ffecf780ee
commit b6d02dbe78
184 changed files with 7536 additions and 163 deletions

View File

@@ -6,11 +6,18 @@ authors = ["Tomek Wójcik <contact@bthlabs.pl>"]
license = "Apache-2.0"
readme = "README.md"
[[tool.poetry.source]]
name = "nexus"
url = "https://nexus.bthlabs.pl/repository/pypi/simple/"
priority = "supplemental"
[tool.poetry.dependencies]
python = "^3.12"
bthlabs-jsonrpc-django = "1.2.0"
celery = "5.5.3"
crispy-bootstrap5 = "2025.6"
django = "5.2.3"
django-cors-headers = "4.7.0"
django-crispy-forms = "2.4"
django-htmx = "1.23.2"
hotpocket-common = {path = "../packages/common", develop = true}