mirror of
https://github.com/open-quantum-safe/liboqs.git
synced 2025-10-04 00:02:01 -04:00
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:
parent
ea44f391fd
commit
ff09345f5f
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user