Refactor codebase to by DRY
This commit is contained in:
parent
c925079e8b
commit
83a526c533
13 changed files with 320 additions and 131 deletions
|
|
@ -15,6 +15,7 @@ pydantic = {extras = ["dotenv"], version = "^1.9.1"}
|
|||
commonmark = "^0.9.1"
|
||||
Jinja2 = "^3.1.2"
|
||||
mautrix = "^0.18.8"
|
||||
click = "^8.1.3"
|
||||
|
||||
[tool.poetry.dev-dependencies]
|
||||
pytest = "^7.2.0"
|
||||
|
|
@ -35,6 +36,7 @@ build-backend = "poetry.core.masonry.api"
|
|||
|
||||
[tool.poetry.scripts]
|
||||
start = "ops_bot.main:start_dev"
|
||||
config = "ops_bot.cli:cli"
|
||||
|
||||
|
||||
[tool.black]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue