feat: added all install option for dependencies

This commit is contained in:
2024-11-24 18:16:03 +01:00
parent 2444269486
commit 0418c75e19
2 changed files with 2 additions and 1 deletions

View File

@@ -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

View File

@@ -46,6 +46,7 @@ setup(
"build": build_requirements,
"postgres": pg_requirements,
"auth0": auth0_requirements,
"all": build_requirements + pg_requirements + auth0_requirements,
},
keywords=[
"creyPY",