From 0418c75e19206db63333fe4263304aeff2109b37 Mon Sep 17 00:00:00 2001 From: Conrad Date: Sun, 24 Nov 2024 18:16:03 +0100 Subject: [PATCH] feat: added all install option for dependencies --- .github/workflows/ci.yml | 2 +- setup.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fcfca2d..fbd401b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -95,7 +95,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - pip install -r requirements.build.txt + pip install ".[all]" python setup.py sdist bdist_wheel - name: Build and publish diff --git a/setup.py b/setup.py index f9539c9..f15a71c 100644 --- a/setup.py +++ b/setup.py @@ -46,6 +46,7 @@ setup( "build": build_requirements, "postgres": pg_requirements, "auth0": auth0_requirements, + "all": build_requirements + pg_requirements + auth0_requirements, }, keywords=[ "creyPY",