mirror of
https://github.com/QualityInUse/lab-testing-maksktl.git
synced 2026-08-05 13:35:27 +03:00
18 lines
315 B
TOML
18 lines
315 B
TOML
[tool.poetry]
|
|
name = "bank"
|
|
version = "0.1.0"
|
|
description = ""
|
|
authors = ["Your Name <you@example.com>"]
|
|
readme = "README.md"
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.11"
|
|
pytest = "^8.0.1"
|
|
pytest-mock = "^3.11.0"
|
|
mock = "^5.1.0"
|
|
|
|
|
|
[build-system]
|
|
requires = ["poetry-core"]
|
|
build-backend = "poetry.core.masonry.api"
|