Skip to content

Commit

Permalink
reduce python version dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
arikalon1 committed Jun 21, 2021
1 parent 0d58af8 commit cec7061
Show file tree
Hide file tree
Showing 2 changed files with 77 additions and 29 deletions.
103 changes: 76 additions & 27 deletions src/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions src/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ packages = [
robusta = "robusta.cli.main:app"

[tool.poetry.dependencies]
python = "^3.8"
python = "^3.6.1"
typer = "^0.3.2"
Flask = "^1.1.2"
colorlog = "^5.0.1"
Expand All @@ -29,7 +29,6 @@ CairoSVG = "^2.5.2"
tabulate = "^0.8.9"

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

[build-system]
Expand Down

0 comments on commit cec7061

Please sign in to comment.