diff options
| author | Павел Жуков <33721692+LeaveMyYard@users.noreply.github.com> | 2023-03-28 17:47:15 +0300 |
|---|---|---|
| committer | Павел Жуков <33721692+LeaveMyYard@users.noreply.github.com> | 2023-03-28 17:47:15 +0300 |
| commit | 76741b10493228638d6479045e179fb395af81fb (patch) | |
| tree | 2b16b98877bd747e1146aec6ad438ac0d5f5f009 /pyproject.toml | |
| parent | de360fcfbe0fe54f370f417fed50a7fa8663746a (diff) | |
Test cases, readme improvement
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml index 10ff0f6..d5babaa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,12 @@ types-pyyaml = "^6.0.12.8" types-cachetools = "^5.3.0.4" types-requests = "^2.28.11.15" pyinstaller = "^5.9.0" +pytest = "^7.2.2" [build-system] requires = ["poetry-core"] build-backend = "poetry.core.masonry.api" + + +[project] +name = "robusta_krr" |
