Skip to content

Commit 80362f6

Browse files
committed
gen-requirements: install python-discovery
No idea what's going on but looks like hatch / hatchling has issues with latest virtualenv 21: Environment `hatch-build` is incompatible: module 'virtualenv.discovery.builtin' has no attribute 'propose_interpreters' Looks like installing python-discovery make things work again.
1 parent 2b8ca97 commit 80362f6

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

gen-requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,5 @@ requests
77
tomli
88
tomli_w
99
hatch
10+
# for virtualenv 21 support
11+
python-discovery

0 commit comments

Comments
 (0)