43fae020f5
fixes #192 additionally: - install python libs after scripts checkout, so we don't need to rebuild images and restart agents only to add a new python dependency - updated lib versions - similar scripts checkout in steps |
||
---|---|---|
.. | ||
.gitignore | ||
__init__.py | ||
apply_patch.py | ||
apply_patch2.py | ||
phabtalk.py | ||
README.md |
This folder contains Python scripts that talk to Phabricator.
They require a few libraries listed in requirements.txt
.
To install the requirements locally run pip3 install -r requirements.txt
.