diff --git a/tools/changelog/requirements.txt b/tools/changelog/requirements.txt new file mode 100644 index 0000000000..14c7d0b968 --- /dev/null +++ b/tools/changelog/requirements.txt @@ -0,0 +1,4 @@ +PyYAML==6.0 +beautifulsoup4==4.10.0 +ruamel.yaml==0.17.20 +PyGithub==1.55