Add missing requirements to the requirements.txt (#1295)

The script `scripts/update_docs_from_yaml.py` is using the python package
`tabulate`. It is missing from the `requirements.txt` file.

This PR adds it the the `requirements.txt` file.
This commit is contained in:
thb@sb 2022-08-26 07:07:28 +02:00 committed by GitHub
parent ea44f391fd
commit ff09345f5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,5 +5,6 @@ markdown-it-py==0.6.2
MarkupSafe==1.1.1
mdit-py-plugins==0.2.5
PyYAML==5.4.1
tabulate==0.8.10
typing-extensions==3.7.4.3
zipp==3.4.0