File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff 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+
3239dependencies = [
3340 " fastapi >=0.95.0" ,
3441 " redis>=4.2.0" ,
@@ -37,6 +44,8 @@ dependencies = [
3744[dependency-groups ]
3845dev = [
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 ]
4756requires = [" setuptools>=42" , " wheel" ]
4857build-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
You can’t perform that action at this time.
0 commit comments