Skip to content

Commit cec7061

Browse files
committed
reduce python version dependency
1 parent 0d58af8 commit cec7061

2 files changed

Lines changed: 77 additions & 29 deletions

File tree

src/poetry.lock

Lines changed: 76 additions & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ packages = [
1111
robusta = "robusta.cli.main:app"
1212

1313
[tool.poetry.dependencies]
14-
python = "^3.8"
14+
python = "^3.6.1"
1515
typer = "^0.3.2"
1616
Flask = "^1.1.2"
1717
colorlog = "^5.0.1"
@@ -29,7 +29,6 @@ CairoSVG = "^2.5.2"
2929
tabulate = "^0.8.9"
3030

3131
[tool.poetry.dev-dependencies]
32-
dunamai = "^1.5.5"
3332
hikaru = {git = "https://github.com/aantn/hikaru.git", rev = "fix_datetimes"}
3433

3534
[build-system]

0 commit comments

Comments
 (0)