We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 754b0cf commit b5291a3Copy full SHA for b5291a3
pyproject.toml
@@ -56,7 +56,7 @@ dynamic = ["version"]
56
57
[project.optional-dependencies]
58
# optional dependencies must be lowercase/normalized
59
-ttgen = ["typetreegeneratorapi"]
+ttgen = ["typetreegeneratorapi>=0.0.5"]
60
full = ["unitypy[ttgen]"]
61
tests = ["pytest", "pillow", "psutil", "unitypy[full]"]
62
0 commit comments