From ac90ac4141f7f8661b1da4a11554a8febd8107c0 Mon Sep 17 00:00:00 2001 From: zanewalker Date: Wed, 4 Feb 2026 01:07:14 +0000 Subject: [PATCH] chore: update project URLs to GitLab and add black to dev deps --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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",