diff options
| author | Павел Жуков <33721692+LeaveMyYard@users.noreply.github.com> | 2023-03-22 23:45:15 +0200 |
|---|---|---|
| committer | Павел Жуков <33721692+LeaveMyYard@users.noreply.github.com> | 2023-03-22 23:45:15 +0200 |
| commit | 43f85c4f3c7313414b831f3412c364b97cc1c4b2 (patch) | |
| tree | fd54566548cb99e574bd57d031e4f32a4cc0469b /pyproject.toml | |
| parent | 24a556baaf2e1855f0097de8f9926dc65f415999 (diff) | |
A boilerplate for the ability to bundle the app into a standalone executable
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 5fdda2f..10ff0f6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ include_trailing_comma = true krr = "robusta_krr.main:app" [tool.poetry.dependencies] -python = "^3.11" +python = ">=3.11,<3.12" typer = {extras = ["all"], version = "^0.7.0"} pydantic = "^1.10.5" kubernetes = "^26.1.0" @@ -34,6 +34,7 @@ flake8 = "^6.0.0" types-pyyaml = "^6.0.12.8" types-cachetools = "^5.3.0.4" types-requests = "^2.28.11.15" +pyinstaller = "^5.9.0" [build-system] requires = ["poetry-core"] |
