Implement user-engine portal foundation
This commit is contained in:
parent
60446e8b40
commit
0980d1fd41
12 changed files with 676 additions and 6 deletions
|
|
@ -4,6 +4,12 @@ version = "0.1.0"
|
|||
description = "Headless user-domain and profile engine."
|
||||
requires-python = ">=3.12"
|
||||
|
||||
[project.optional-dependencies]
|
||||
postgres = ["psycopg[binary]>=3.2,<4"]
|
||||
|
||||
[project.scripts]
|
||||
user-engine-portal = "user_engine.runtime:main"
|
||||
|
||||
[build-system]
|
||||
requires = ["setuptools>=69"]
|
||||
build-backend = "setuptools.build_meta"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue