Skip to content

Commit ee50817

Browse files
committed
Drop pex requirement from pants module
1 parent 6fab829 commit ee50817

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/asyncapi_python_pants/rules.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
Pex,
2525
PexProcess,
2626
PexRequest,
27-
PexRequirements,
2827
)
2928
from .targets import *
3029

@@ -38,9 +37,6 @@ async def generate_python_from_asyncapi(
3837
PexRequest(
3938
output_filename="asyncapi-python-codegen.pex",
4039
internal_only=True,
41-
requirements=PexRequirements(
42-
[f"asyncapi-python[codegen]=={version('asyncapi-python')}"]
43-
),
4440
interpreter_constraints=InterpreterConstraints([">=3.9"]),
4541
main=ConsoleScript("asyncapi-python-codegen"),
4642
),

0 commit comments

Comments
 (0)