fix(readme_generator): GitPython was missing from requirements.txt

This commit is contained in:
Laurent Peuch 2024-03-22 23:26:58 +01:00
parent 07f9529e12
commit 56415a0fb8

View file

@ -1,5 +1,6 @@
jinja2 jinja2
sanic==21.12.2 sanic==21.12.2
GitPython
pyyaml pyyaml
toml toml
websockets==10.0 websockets==10.0