mirror of
https://github.com/open-telemetry/opentelemetry-python-contrib.git
synced 2026-03-13 08:10:39 +08:00
* 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>
12 lines
186 B
Plaintext
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
|