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