feat: Add basic frontend
This commit is contained in:
parent
2a2b5973df
commit
cebafd3cec
27 changed files with 2762 additions and 1485 deletions
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue