This commit is contained in:
e-maks
2024-02-12 23:34:49 +03:00
parent 8242d1cf50
commit 2a15056261
10 changed files with 323 additions and 4 deletions
+15
View File
@@ -0,0 +1,15 @@
[tool.poetry]
name = "lab0-maksktl"
version = "0.1.0"
description = ""
authors = ["maksktl <m.matantsev@innopolis.university>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.11"
pytest = "^8.0.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"