How to include python compiler dependencies in maven web project?
I have a simple website that has some related python scripts that I use for maintenance of that website (note, the python code are util scripts that we execute manually for various tasks). I need to be able to share it with other developers who may want to edit it. What Maven dependencies do I need to include so that the python compile...