From d0a121c050baa8f2e721a3cb469cf2af9a5db4f8 Mon Sep 17 00:00:00 2001 From: Gary James Date: Mon, 5 Jun 2023 22:03:20 +0100 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index baf1839..ce0184f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ src_paths = "tap_tiktok" # https://github.com/python-poetry/poetry-core/pull/257 is merged # and a new poetry-core 1.0.x is released # requires = ["poetry-core>=1.0.0"] -requires = ["poetry-core @ git+https://github.com/python-poetry/poetry-core.git@master"] +requires = ["poetry-core @ git+https://github.com/python-poetry/poetry-core.git@main"] build-backend = "poetry.core.masonry.api" [tool.poetry.scripts]