Skip to content

Commit 8a2b4e4

Browse files
stainless-app[bot]RobertCraigie
authored andcommitted
chore(internal): add rich as a dev dependency (#1514)
it's often very helpful when writing demo scripts
1 parent e5ddbf5 commit 8a2b4e4

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ dev-dependencies = [
6060
"nox",
6161
"dirty-equals>=0.6.0",
6262
"importlib-metadata>=6.7.0",
63+
"rich>=13.7.1",
6364
"inline-snapshot >=0.7.0",
6465
"azure-identity >=1.14.1",
6566
"types-tqdm > 4",

requirements-dev.lock

+11-4
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,15 @@ idna==3.4
7070
importlib-metadata==7.0.0
7171
iniconfig==2.0.0
7272
# via pytest
73-
inline-snapshot==0.7.0
74-
msal==1.28.0
73+
inline-snapshot==0.10.2
74+
markdown-it-py==3.0.0
75+
# via rich
76+
mdurl==0.1.2
77+
# via markdown-it-py
78+
msal==1.29.0
7579
# via azure-identity
7680
# via msal-extensions
77-
msal-extensions==1.1.0
81+
msal-extensions==1.2.0
7882
# via azure-identity
7983
mypy==1.7.1
8084
mypy-extensions==1.0.0
@@ -91,7 +95,6 @@ outcome==1.3.0.post0
9195
# via trio
9296
packaging==23.2
9397
# via black
94-
# via msal-extensions
9598
# via nox
9699
# via pytest
97100
pandas==2.1.4
@@ -115,6 +118,8 @@ pydantic==2.7.1
115118
# via openai
116119
pydantic-core==2.18.2
117120
# via pydantic
121+
pygments==2.18.0
122+
# via rich
118123
pyjwt==2.8.0
119124
# via msal
120125
pyright==1.1.364
@@ -131,6 +136,8 @@ requests==2.31.0
131136
# via azure-core
132137
# via msal
133138
respx==0.20.2
139+
rich==13.7.1
140+
# via inline-snapshot
134141
ruff==0.1.9
135142
setuptools==68.2.2
136143
# via nodeenv

0 commit comments

Comments
 (0)