We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fab829 commit ee50817Copy full SHA for ee50817
src/asyncapi_python_pants/rules.py
@@ -24,7 +24,6 @@
24
Pex,
25
PexProcess,
26
PexRequest,
27
- PexRequirements,
28
)
29
from .targets import *
30
@@ -38,9 +37,6 @@ async def generate_python_from_asyncapi(
38
37
PexRequest(
39
output_filename="asyncapi-python-codegen.pex",
40
internal_only=True,
41
- requirements=PexRequirements(
42
- [f"asyncapi-python[codegen]=={version('asyncapi-python')}"]
43
- ),
44
interpreter_constraints=InterpreterConstraints([">=3.9"]),
45
main=ConsoleScript("asyncapi-python-codegen"),
46
),
0 commit comments