fixes
This commit is contained in:
parent
f95de1482d
commit
739ffafedd
2 changed files with 24 additions and 7 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue