mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Use optional rich dependency to render tracebacks, closes #1416
This commit is contained in:
parent
a679d0de87
commit
54b6e96ee8
3 changed files with 17 additions and 0 deletions
1
setup.py
1
setup.py
|
|
@ -75,6 +75,7 @@ setup(
|
|||
"pytest-timeout>=1.4.2,<1.5",
|
||||
"trustme>=0.7,<0.9",
|
||||
],
|
||||
"rich": ["rich"],
|
||||
},
|
||||
tests_require=["datasette[test]"],
|
||||
classifiers=[
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue