File tree 4 files changed +14
-0
lines changed
4 files changed +14
-0
lines changed Original file line number Diff line number Diff line change 1
1
version = " 0.23.*"
2
2
requires = [" types-setuptools" ]
3
3
upstream_repository = " https://github.com/sass/libsass-python"
4
+
5
+ [tool .stubtest ]
6
+ # The runtime package has an undeclared dependency on setuptools
7
+ stubtest_requirements = [" setuptools" ]
Original file line number Diff line number Diff line change 1
1
version = " 1.7.*"
2
2
upstream_repository = " https://foss.heptapod.net/python-libs/passlib"
3
+
4
+ [tool .stubtest ]
5
+ # The runtime package has an undeclared dependency on setuptools
6
+ stubtest_requirements = [" setuptools" ]
Original file line number Diff line number Diff line change @@ -15,4 +15,6 @@ extra_description = """\
15
15
16
16
[tool .stubtest ]
17
17
ignore_missing_stub = true
18
+ # The runtime has an undeclared dependency on setuptools
19
+ stubtest_requirements = [" setuptools" ]
18
20
extras = [" ocsp" ]
Original file line number Diff line number Diff line change 1
1
version = " 0.20.1"
2
2
upstream_repository = " https://github.com/tree-sitter/py-tree-sitter"
3
3
obsolete_since = " 0.20.3" # Released on 2023-11-13
4
+
5
+ [tool .stubtest ]
6
+ # The runtime has an undeclared dependency on setuptools
7
+ stubtest_requirements = [" setuptools" ]
You can’t perform that action at this time.
0 commit comments