summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorRonny Pfannschmidt <opensource@ronnypfannschmidt.de>2023-03-21 13:47:41 +0100
committerRonny Pfannschmidt <opensource@ronnypfannschmidt.de>2023-03-29 17:04:12 +0200
commit8387e01902961ab4af366bd442511d11a6909c3e (patch)
treec81d4094f8b2f9eb7ed7faeda8cc2548d9a0c6bb /pyproject.toml
parentf0128253816d5d1783c6c1def4cc8957a34d3436 (diff)
downloadsetuptools-scm-8387e01902961ab4af366bd442511d11a6909c3e.tar.gz
breaking: replace trace with logging
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 37d38b0..9cbd6e5 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -47,8 +47,12 @@ dependencies = [
"typing-extensions",
]
[project.optional-dependencies]
+rich = [
+ "rich",
+]
test = [
"pytest",
+ "rich",
"virtualenv>20",
]
toml = [