This commit is contained in:
tegwick 2026-05-23 06:42:44 +02:00
parent f95de1482d
commit 739ffafedd
2 changed files with 24 additions and 7 deletions

View file

@ -10,10 +10,18 @@ dependencies = [
"whitenoise>=6.7",
"python-decouple>=3.8",
"dj-database-url>=2.1",
"issue-core @ file:///home/worsch/issue-core",
"issue-core>=0.2,<0.3",
"gunicorn>=22.0",
]
[tool.uv.sources]
issue-core = { index = "gitea" }
[[tool.uv.index]]
name = "gitea"
url = "https://gitea.coulomb.social/api/packages/coulomb/pypi/simple/"
explicit = true
[dependency-groups]
dev = [
"pytest-django>=4.8",