initial requirements added

This commit is contained in:
sky
2023-12-25 09:25:16 -05:00
parent 3c9cda4e3b
commit 3389cea976
3 changed files with 629 additions and 0 deletions

View File

@@ -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"