Skip to content

Commit 779e6c4

Browse files
committed
Update pyproject.toml
1 parent b6e866b commit 779e6c4

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

pyproject.toml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,13 @@ classifiers = [
2929
"Topic :: Internet :: WWW/HTTP",
3030
"Operating System :: OS Independent"
3131
]
32+
33+
[project.urls]
34+
Homepage = "https://github.com/devbijay/FastAPI-Cap"
35+
Documentation = "https://devbijay.github.io/FastAPI-Cap/"
36+
Repository = "https://github.com/devbijay/FastAPI-Cap.git"
37+
Issues = "https://github.com/devbijay/FastAPI-Cap/issues"
38+
3239
dependencies = [
3340
"fastapi >=0.95.0",
3441
"redis>=4.2.0",
@@ -37,6 +44,8 @@ dependencies = [
3744
[dependency-groups]
3845
dev = [
3946
"httpx>=0.28.1",
47+
"mkdocs-material>=9.6.14",
48+
"mkdocstrings[python]>=0.29.1",
4049
"pytest>=8.4.1",
4150
"pytest-asyncio>=1.0.0",
4251
"pytest-xdist>=3.7.0",
@@ -46,3 +55,15 @@ dev = [
4655
[build-system]
4756
requires = ["setuptools>=42", "wheel"]
4857
build-backend = "setuptools.build_meta"
58+
59+
[[tool.uv.index]]
60+
name = "pypi"
61+
url = "https://pypi.org/simple/"
62+
publish-url = "https://upload.pypi.org/legacy/"
63+
explicit = true
64+
65+
[[tool.uv.index]]
66+
name = "testpypi"
67+
url = "https://test.pypi.org/simple/"
68+
publish-url = "https://test.pypi.org/legacy/"
69+
explicit = true

0 commit comments

Comments
 (0)