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

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