Skip to content

Commit

Permalink
chore(internal): add rich as a dev dependency (openai#1514)
Browse files Browse the repository at this point in the history
it's often very helpful when writing demo scripts
  • Loading branch information
stainless-app[bot] authored and megamanics committed Aug 14, 2024
1 parent a495253 commit 3ae64bc
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ dev-dependencies = [
"nox",
"dirty-equals>=0.6.0",
"importlib-metadata>=6.7.0",
"rich>=13.7.1",
"inline-snapshot >=0.7.0",
"azure-identity >=1.14.1",
"types-tqdm > 4",
Expand Down
15 changes: 11 additions & 4 deletions requirements-dev.lock
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,15 @@ idna==3.4
importlib-metadata==7.0.0
iniconfig==2.0.0
# via pytest
inline-snapshot==0.7.0
msal==1.28.0
inline-snapshot==0.10.2
markdown-it-py==3.0.0
# via rich
mdurl==0.1.2
# via markdown-it-py
msal==1.29.0
# via azure-identity
# via msal-extensions
msal-extensions==1.1.0
msal-extensions==1.2.0
# via azure-identity
mypy==1.7.1
mypy-extensions==1.0.0
Expand All @@ -91,7 +95,6 @@ outcome==1.3.0.post0
# via trio
packaging==23.2
# via black
# via msal-extensions
# via nox
# via pytest
pandas==2.1.4
Expand All @@ -115,6 +118,8 @@ pydantic==2.7.1
# via openai
pydantic-core==2.18.2
# via pydantic
pygments==2.18.0
# via rich
pyjwt==2.8.0
# via msal
pyright==1.1.364
Expand All @@ -131,6 +136,8 @@ requests==2.31.0
# via azure-core
# via msal
respx==0.20.2
rich==13.7.1
# via inline-snapshot
ruff==0.1.9
setuptools==68.2.2
# via nodeenv
Expand Down

0 comments on commit 3ae64bc

Please sign in to comment.