Skip to content

Commit

Permalink
chore(internal): add rich as a dev dependency (#568)
Browse files Browse the repository at this point in the history
it's often very helpful when writing demo scripts
  • Loading branch information
Stainless Bot authored and stainless-app[bot] committed Jul 2, 2024
1 parent 7a4d4ba commit 644bd74
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ dev-dependencies = [
"nox",
"dirty-equals>=0.6.0",
"importlib-metadata>=6.7.0",
"boto3-stubs >= 1"
"boto3-stubs >= 1",
"rich>=13.7.1",
]

[tool.rye.scripts]
Expand Down
7 changes: 7 additions & 0 deletions requirements-dev.lock
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,10 @@ jiter==0.4.0
jmespath==1.0.1
# via boto3
# via botocore
markdown-it-py==3.0.0
# via rich
mdurl==0.1.2
# via markdown-it-py
mypy==1.7.1
mypy-extensions==1.0.0
# via mypy
Expand All @@ -96,6 +100,8 @@ pydantic==2.7.1
# via anthropic
pydantic-core==2.18.2
# via pydantic
pygments==2.18.0
# via rich
pyright==1.1.364
pytest==7.1.1
# via pytest-asyncio
Expand All @@ -110,6 +116,7 @@ pyyaml==6.0.1
requests==2.31.0
# via huggingface-hub
respx==0.20.2
rich==13.7.1
rsa==4.9
# via google-auth
ruff==0.1.9
Expand Down

0 comments on commit 644bd74

Please sign in to comment.