chore: update project URLs to GitLab and add black to dev deps
This commit is contained in:
@@ -42,10 +42,9 @@ dev = [
|
|||||||
]
|
]
|
||||||
|
|
||||||
[project.urls]
|
[project.urls]
|
||||||
Homepage = "https://github.com/fastapi-traffic/fastapi-traffic"
|
Documentation = "https://gitlab.com/fastapi-traffic/fastapi-traffic#readme"
|
||||||
Documentation = "https://github.com/fastapi-traffic/fastapi-traffic#readme"
|
|
||||||
Repository = "https://github.com/fastapi-traffic/fastapi-traffic"
|
Repository = "https://github.com/fastapi-traffic/fastapi-traffic"
|
||||||
Issues = "https://github.com/fastapi-traffic/fastapi-traffic/issues"
|
Issues = "https://gitlab.com/bereckobrian/fastapi-traffic/issues"
|
||||||
|
|
||||||
[build-system]
|
[build-system]
|
||||||
requires = ["hatchling"]
|
requires = ["hatchling"]
|
||||||
@@ -100,6 +99,7 @@ addopts = "-v --tb=short"
|
|||||||
|
|
||||||
[dependency-groups]
|
[dependency-groups]
|
||||||
dev = [
|
dev = [
|
||||||
|
"black>=25.12.0",
|
||||||
"fastapi>=0.128.0",
|
"fastapi>=0.128.0",
|
||||||
"httpx>=0.28.1",
|
"httpx>=0.28.1",
|
||||||
"pytest>=9.0.2",
|
"pytest>=9.0.2",
|
||||||
|
|||||||
Reference in New Issue
Block a user