File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2828 uses : astral-sh/setup-uv@v5
2929 # ADJUST THIS: install all dependencies (including pdoc)
3030 - run : |
31- uv pip install core_requirements.in
31+ uv sync
3232 uv sync --group doc
3333 # ADJUST THIS: build your documentation into docs/.
3434 # We use a custom build script for pdoc itself, ideally you just run `pdoc -o docs/ ...` here.
Original file line number Diff line number Diff line change @@ -70,17 +70,20 @@ classifiers = [
7070 " Programming Language :: Python :: 3" ,
7171 " Operating System :: OS Independent" ,
7272]
73- [project .urls ]
74- "Homepage" = " https://fsecada01.github.io/SQLModel-CRUD-Utilities/sqlmodel_crud_utils.html"
75- "Repository" = " https://github.com/fsecada01/sqlmodel_crud_utils"
76- "Bug Tracker" = " https://github.com/fsecada01/sqlmodel_crud_utils/issues"
77-
7873dependencies = [
7974 " loguru>=0.7.3" ,
8075 " python-dateutil>=2.9.0.post0" ,
8176 " python-dotenv>=1.1.0" ,
8277 " sqlmodel>=0.0.24" ,
8378]
79+ [project .urls ]
80+ "Homepage" = " https://fsecada01.github.io/SQLModel-CRUD-Utilities/sqlmodel_crud_utils.html"
81+ "Repository" = " https://github.com/fsecada01/sqlmodel_crud_utils"
82+ "Bug Tracker" = " https://github.com/fsecada01/sqlmodel_crud_utils/issues"
83+
84+ doc = [
85+ " pdoc>=15.0.1" ,
86+ ]
8487
8588[dependency-groups ]
8689dev = [
@@ -97,9 +100,5 @@ dev = [
97100 " pytest-json-report>=1.5.0" ,
98101 " ruff>=0.11.10" ,
99102]
100-
101- doc = [
102- " pdoc>=15.0.1" ,
103- ]
104103[tool .setuptools ]
105104packages = [' sqlmodel_crud_utils' ]
You can’t perform that action at this time.
0 commit comments