A new release of ZPM has been published 0.5.0
New in this release
- Added support for Python's requirements.txt file
- Using tokens for publishing packages
- Fixed various issues
Python's requirements.txt
Now, if your project uses Python embedded and requires some Python's dependencies, you can add requirements.txt file to the project, as usual for any Python project, file have to be in the root of a project next to module.xml. And with load command or install command, ZPM will install dependencies from that file with using pip.