diff --git a/pyproject.toml b/pyproject.toml index a6436c3..c04e6f2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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",