feat: Add basic frontend

This commit is contained in:
Piotr Gaczkowski 2026-03-24 15:39:18 +01:00
parent 2a2b5973df
commit e44ea27f0d
19 changed files with 7281 additions and 28 deletions

View file

@ -3,7 +3,7 @@ name = "python-scratchpad"
version = "0.1.0"
description = ""
# authors = ["Hubert Bryłkowski <hubert@brylkowski.com>"]
readme = "README.md"
readme = "readme.md"
requires-python = ">=3.11"
dependencies = [
"brother-ql @ git+https://github.com/hbrylkowski/brother_ql@4225d13d209e8e4a2c17e87a75f42809e0da8fda",
@ -16,6 +16,10 @@ dependencies = [
"pyasn1==0.4.8,<0.5",
"python-telegram-bot>=20.3,<21",
"fastapi[standard]>=0.114.0",
"requests==2.32.5",
"Jinja2==3.1.6",
"pandas==2.3.3",
"python-dotenv==1.2.1",
]
[tool.poetry.group.dev.dependencies]