mirror of
https://github.com/QualityInUse/lab0-maksktl.git
synced 2026-08-05 12:25:26 +03:00
Lab 0
This commit is contained in:
@@ -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"
|
||||
Reference in New Issue
Block a user