mirror of
https://github.com/creyD/creyPY.git
synced 2026-04-15 12:50:32 +02:00
feat: added all install option for dependencies
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -95,7 +95,7 @@ jobs:
|
|||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
pip install -r requirements.build.txt
|
pip install ".[all]"
|
||||||
python setup.py sdist bdist_wheel
|
python setup.py sdist bdist_wheel
|
||||||
|
|
||||||
- name: Build and publish
|
- name: Build and publish
|
||||||
|
|||||||
1
setup.py
1
setup.py
@@ -46,6 +46,7 @@ setup(
|
|||||||
"build": build_requirements,
|
"build": build_requirements,
|
||||||
"postgres": pg_requirements,
|
"postgres": pg_requirements,
|
||||||
"auth0": auth0_requirements,
|
"auth0": auth0_requirements,
|
||||||
|
"all": build_requirements + pg_requirements + auth0_requirements,
|
||||||
},
|
},
|
||||||
keywords=[
|
keywords=[
|
||||||
"creyPY",
|
"creyPY",
|
||||||
|
|||||||
Reference in New Issue
Block a user