File tree 2 files changed +8
-0
lines changed
2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -58,6 +58,7 @@ dev-dependencies = [
58
58
" nox" ,
59
59
" dirty-equals>=0.6.0" ,
60
60
" importlib-metadata>=6.7.0" ,
61
+ " rich>=13.7.1" ,
61
62
62
63
]
63
64
Original file line number Diff line number Diff line change @@ -44,6 +44,10 @@ idna==3.4
44
44
importlib-metadata==7.0.0
45
45
iniconfig==2.0.0
46
46
# via pytest
47
+ markdown-it-py==3.0.0
48
+ # via rich
49
+ mdurl==0.1.2
50
+ # via markdown-it-py
47
51
mypy==1.7.1
48
52
mypy-extensions==1.0.0
49
53
# via mypy
@@ -63,6 +67,8 @@ pydantic==2.7.1
63
67
# via cloudflare
64
68
pydantic-core==2.18.2
65
69
# via pydantic
70
+ pygments==2.18.0
71
+ # via rich
66
72
pyright==1.1.364
67
73
pytest==7.1.1
68
74
# via pytest-asyncio
@@ -72,6 +78,7 @@ python-dateutil==2.8.2
72
78
pytz==2023.3.post1
73
79
# via dirty-equals
74
80
respx==0.20.2
81
+ rich==13.7.1
75
82
ruff==0.1.9
76
83
setuptools==68.2.2
77
84
# via nodeenv
You can’t perform that action at this time.
0 commit comments