initial requirements added
This commit is contained in:
@@ -7,8 +7,17 @@ readme = "README.md"
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.11"
|
||||
solidpython2 = "^2.1.0"
|
||||
solidpython2-extensions = "^0.1.4"
|
||||
mypy = "^1.7.1"
|
||||
|
||||
|
||||
[tool.poetry.group.dev.dependencies]
|
||||
black = "^23.11.0"
|
||||
pylint = "^3.0.2"
|
||||
pylama = "^8.4.1"
|
||||
bandit = "^1.7.5"
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core"]
|
||||
build-backend = "poetry.core.masonry.api"
|
||||
|
||||
Reference in New Issue
Block a user