Add sub-projects
This commit is contained in:
23
packages/sshecret-backend/pyproject.toml
Normal file
23
packages/sshecret-backend/pyproject.toml
Normal file
@ -0,0 +1,23 @@
|
||||
[project]
|
||||
name = "sshecret-backend"
|
||||
version = "0.1.0"
|
||||
description = "Add your description here"
|
||||
readme = "README.md"
|
||||
authors = [
|
||||
{ name = "Allan Eising", email = "allan@eising.dk" }
|
||||
]
|
||||
requires-python = ">=3.13"
|
||||
dependencies = [
|
||||
"passlib[bcrypt]>=1.7.4",
|
||||
"pydantic>=2.10.6",
|
||||
"pytest>=8.3.5",
|
||||
"sqlmodel>=0.0.24",
|
||||
]
|
||||
|
||||
[build-system]
|
||||
requires = ["hatchling"]
|
||||
build-backend = "hatchling.build"
|
||||
|
||||
[tool.pytest.ini_options]
|
||||
log_cli = true
|
||||
log_cli_level = "INFO"
|
||||
Reference in New Issue
Block a user