From 38be4f30d7db0af3bfe3ef616e5e768e5643f7ba Mon Sep 17 00:00:00 2001 From: Balint Haller Date: Thu, 25 Feb 2021 14:57:52 +0100 Subject: [PATCH] main: enable python 3.7 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 34491d6..490df92 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] license = "Apache-2.0" @@ -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"