Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
6 changes: 1 addition & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,12 @@ dependencies = [
"sniffio",
"cyclopts>=4.6.0",
"rich>=13.7.1",
"tabulate>=0.9.0",
"pillow>=10.4.0",
"types-tabulate>=0.9.0.20240106",
"tqdm>=4.67.1",
"types-tqdm>=4.67.0.20250516",
"filelock>=3.13.1",
"types-pyyaml>=6.0.12.20250915",
"tomli>=2.0.0; python_version < '3.11'",
"detect-agent>=0.5.0",
"detect-agent>=0.6.0",
]

requires-python = ">= 3.10"
Expand Down Expand Up @@ -85,7 +82,6 @@ dev = [
"ruff",
"time-machine",
"dirty-equals>=0.6.0",
"importlib-metadata>=6.7.0",
"rich>=13.7.1",
"pytest-xdist>=3.6.1",
"pytest-mock>=3.14.0",
Expand Down
11 changes: 1 addition & 10 deletions requirements-dev.lock
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ colorama==0.4.6 ; sys_platform == 'win32'
# tqdm
cyclopts==4.10.2
# via together
detect-agent==0.5.0
detect-agent==0.6.0
# via together
dirty-equals==0.11
distro==1.9.0
Expand Down Expand Up @@ -64,7 +64,6 @@ idna==3.11
# anyio
# httpx
# yarl
importlib-metadata==8.7.1
iniconfig==2.3.0
# via pytest
markdown-it-py==4.0.0
Expand All @@ -84,8 +83,6 @@ packaging==25.0
# via pytest
pathspec==1.0.3
# via mypy
pillow==12.1.1
# via together
pluggy==1.6.0
# via pytest
propcache==0.4.1
Expand Down Expand Up @@ -120,8 +117,6 @@ rich-rst==1.3.2
ruff==0.14.13
sniffio==1.3.1
# via together
tabulate==0.10.0
# via together
time-machine==3.2.0
tomli==2.4.0 ; python_full_version < '3.11'
# via
Expand All @@ -135,8 +130,6 @@ types-pyyaml==6.0.12.20250915
# via together
types-requests==2.32.4.20260107
# via types-tqdm
types-tabulate==0.10.0.20260308
# via together
types-tqdm==4.67.3.20260303
# via together
typing-extensions==4.15.0
Expand All @@ -159,5 +152,3 @@ urllib3==2.6.3
# via types-requests
yarl==1.22.0
# via aiohttp
zipp==3.23.0
# via importlib-metadata
Loading
Loading