Add GitPython dependency

This commit is contained in:
Bruno Postle
2023-04-23 08:03:19 +01:00
parent d9a1e6f4b1
commit 4774a37d48
+2
View File
@@ -237,6 +237,8 @@ endif
# Provides IFCCityJSON functionality
cp -r dist/working/IfcOpenShell-0.7.0/src/ifccityjson dist/blenderbim/libs/site/packages/
rm -rf dist/working
# Provides IfcGit functionality
cd dist/working && . env/bin/activate && $(PIP) install GitPython --target=./site-packages
# Provides Mustache templating in construction documentation
# TODO: remove this dependency, it seems overkill and we seem to get by with str replaces