0.4.9-drafts
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
[tool.poetry]
|
||||
name = "core"
|
||||
version = "0.4.8"
|
||||
version = "0.4.9"
|
||||
description = "core module for discours.io"
|
||||
authors = ["discoursio devteam"]
|
||||
license = "MIT"
|
||||
@@ -32,6 +32,8 @@ authlib = "^1.3.2"
|
||||
ruff = "^0.4.7"
|
||||
isort = "^5.13.2"
|
||||
pydantic = "^2.9.2"
|
||||
pytest = "^8.3.4"
|
||||
mypy = "^1.15.0"
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core>=1.0.0"]
|
||||
@@ -39,7 +41,7 @@ build-backend = "poetry.core.masonry.api"
|
||||
|
||||
[tool.pyright]
|
||||
venvPath = "."
|
||||
venv = ".venv"
|
||||
venv = "venv"
|
||||
|
||||
[tool.isort]
|
||||
multi_line_output = 3
|
||||
|
Reference in New Issue
Block a user