Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
build: we only need types packages for development
  • Loading branch information
gdubicki authored and amimas committed Feb 15, 2026
commit e128a1f44f3eefda0b64b3c21295d9ee2288d409
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ dependencies = [
"python-gitlab[graphql]==7.1.0",
"requests==2.32.5",
"ruamel.yaml==0.17.21",
"types-requests==2.32.4.20260107",
"types-setuptools==81.0.0.20260209",
"yamlpath==3.8.2",
]

Expand All @@ -62,6 +60,8 @@ test = [
"pytest-cov==7.0.0",
"pytest-rerunfailures==16.1",
"xkcdpass==1.30.0",
"types-requests==2.32.4.20260107",
"types-setuptools==81.0.0.20260209",
]
docs = ["mkdocs", "mkdocs-material"]

Expand Down