mirror of
https://github.com/TECHNOFAB11/bumpver.git
synced 2025-12-12 06:20:08 +01:00
replace backtrace with rich
This commit is contained in:
parent
77e99837c9
commit
924fc77370
2 changed files with 8 additions and 8 deletions
|
|
@ -14,11 +14,10 @@ pudb
|
|||
# https://pypi.org/project/q/
|
||||
q
|
||||
|
||||
# backtrace manipulates Python tracebacks to make them more
|
||||
# readable. It provides different configuration options for
|
||||
# coloring and formatting.
|
||||
# rich is used for more readable tracebacks during development
|
||||
# https://github.com/nir0s/backtrace
|
||||
backtrace
|
||||
# https://rich.readthedocs.io/en/latest/traceback.html
|
||||
rich
|
||||
|
||||
# Py-Spy: A sampling profiler for Python programs.
|
||||
# https://github.com/benfred/py-spy
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue