summaryrefslogtreecommitdiff
path: root/requirements.txt
AgeCommit message (Collapse)Author
2025-07-19Make ansible work with system pythonDmitry Ilvokhin
Seems like at some point I got new version of python as a dependency from homebrew and it eventually bumped libraries versions. Now new python is gone, so make infra runbooks working out of the box with system python.
2025-02-15Upgrade cffi python packageDmitry Ilvokhin
After Python upgrade cffi build stopped working. Upgrading it's version to the latest as a fix.
2024-06-30Update python dependencities to make dependabot happyDmitry Ilvokhin
2024-06-30Add yamllint linter and supporting scriptDmitry Ilvokhin
2023-12-18Initial commitDmitry Ilvokhin
Add necessary files.