Skip to content

Commit

Permalink
main: enable python 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
balinthaller committed Feb 25, 2021
1 parent 6e17c86 commit 38be4f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "carte-cli"
version = "0.2.0"
version = "0.2.1"
description = "A static site generator for data catalogs"
authors = ["Balint Haller <balint@hey.com>"]
license = "Apache-2.0"
Expand All @@ -13,7 +13,7 @@ documentation = "https://docs.cartedata.com"
carte = "carte_cli.main:app"

[tool.poetry.dependencies]
python = "^3.8"
python = "^3.7"
amundsen-databuilder = "^4.1.0"
"ruamel.yaml" = "^0.16.12"
boto3 = "^1.17.2"
Expand Down

0 comments on commit 38be4f3

Please sign in to comment.