Switched to Gitea PyPi packages
This commit is contained in:
parent
6cc71156bb
commit
2179def694
@ -1,14 +1,14 @@
|
|||||||
[project]
|
[project]
|
||||||
name = "lib-db-module"
|
name = "lib-db-module"
|
||||||
version = "0.1.0"
|
version = "0.2.0"
|
||||||
description = "Shared database module"
|
description = "Shared database module"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
requires-python = ">=3.10"
|
requires-python = ">=3.10"
|
||||||
authors = [{ name = "Florian Gänsejunge" }]
|
authors = [{ name = "Florian Gänsejunge" }]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"simple-logger-handler @ git+https://git.gansejunge.com/notifier/lib-logger-handler.git@main",
|
"simple-logger-handler",
|
||||||
"mysql-connector-python==9.4.0",
|
"mysql-connector-python==9.4.0",
|
||||||
"lib-secret-manager @ git+https://git.gansejunge.com/notifier/lib-secret-manager.git@main"
|
"lib-secret-manager"
|
||||||
]
|
]
|
||||||
|
|
||||||
[build-system]
|
[build-system]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user