summaryrefslogtreecommitdiff
path: root/requirements/plugin-requirements.txt
Commit message (Collapse)AuthorAgeFilesLines
* Re-generate requirementsValentin David2019-09-031-2/+2
|
* Add requirements files for install, test and plugin dependenciesChandan Singh2019-01-191-0/+4
Add `.in` and `.txt` requirements files for BuildStream's pure python dependencies. For each pair, the `.in` file is supposed to capture the loose version requirements, and the corresponding `.txt` file is supposed to have frozen requirements. We have 3 such sets: * `requirements`: BuildStream's runtime dependencies * `dev-requirements`: Dependencies for running tests * `plugin-requirements`: Dependencies for core plugins Note that the frozen requirements files will only be used for testing purposes, and `setup.py` will continue to read loose requirements. This commit comes with a Makefile to update the requirements files as well. --- !1027 is related MR for the master branch.