Files
opentelemetry-python-contrib/gen-requirements.txt
Riccardo Magliocchetti 7326faa491 Require virtualenv<21 for tox -e generate (#4265)
* gen-requirements: stay with virtualenv < 21

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'

* Update gen-requirements.txt

Co-authored-by: Emídio Neto <9735060+emdneto@users.noreply.github.com>

---------

Co-authored-by: Emídio Neto <9735060+emdneto@users.noreply.github.com>
2026-02-26 13:45:44 +00:00

12 lines
186 B
Plaintext

-c dev-requirements.txt
astor==0.8.1
jinja2==3.1.6
markupsafe==2.0.1
ruff==0.14.1
requests
tomli
tomli_w
hatch
# TODO: stick with virtualenv < 21 until a new hatch release
virtualenv<21