File tree Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 11python_requirements (
22 name = "reqs" ,
33 source = "requirements-pants.txt" ,
4+ # module_mapping can be removed once pants is released with
5+ # https://github.com/pantsbuild/pants/pull/17390
46 module_mapping = {
57 "python-editor" : ["editor" ],
68 "python-json-logger" : ["pythonjsonlogger" ],
Original file line number Diff line number Diff line change @@ -3,5 +3,7 @@ python_sources()
33python_requirements (
44 name = "reqs" ,
55 source = "requirements-tests.txt" ,
6+ # module_mapping can be removed once pants is released with
7+ # https://github.com/pantsbuild/pants/pull/17390
68 module_mapping = {"mail-parser" : ["mailparser" ]},
79)
Original file line number Diff line number Diff line change 11python_requirement (
22 name = "winrm" ,
33 requirements = ["pywinrm" ],
4+ # modules can be removed once pants is released with
5+ # https://github.com/pantsbuild/pants/pull/17390
46 modules = ["winrm" ],
57)
You can’t perform that action at this time.
0 commit comments