2023-07-09 15:46:02 +02:00
|
|
|
[tool.poetry]
|
|
|
|
|
name = "python-scratchpad"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
description = ""
|
|
|
|
|
authors = ["Hubert Bryłkowski <hubert@brylkowski.com>"]
|
|
|
|
|
readme = "README.md"
|
|
|
|
|
|
|
|
|
|
[tool.poetry.dependencies]
|
|
|
|
|
python = "^3.11"
|
2023-07-12 18:49:21 +02:00
|
|
|
brother-ql = {git = "https://github.com/hbrylkowski/brother_ql"}
|
2023-07-09 15:46:02 +02:00
|
|
|
jinja2 = "^3.1.2"
|
|
|
|
|
pillow = "^9.5.0"
|
|
|
|
|
pysnmp = "^4.4.12"
|
2023-07-09 16:00:49 +02:00
|
|
|
pyasn1 = "0.4.8"
|
2023-07-09 15:46:02 +02:00
|
|
|
python-telegram-bot = "^20.3"
|
|
|
|
|
fastapi = "^0.99.1"
|
|
|
|
|
|
|
|
|
|
[tool.poetry.group.dev.dependencies]
|
|
|
|
|
pytest = "^7.4.0"
|
|
|
|
|
black = "^23.3.0"
|
|
|
|
|
|
|
|
|
|
[build-system]
|
|
|
|
|
requires = ["poetry-core"]
|
|
|
|
|
build-backend = "poetry.core.masonry.api"
|