From 46a0eac1cfff605f021e98243dba0a162d4106d7 Mon Sep 17 00:00:00 2001 From: Arnaud Botella Date: Tue, 29 Oct 2024 08:22:29 +0100 Subject: [PATCH] fix(Build): remove requirements.txt from git --- .gitignore | 1 + bindings/python/requirements.txt | 8 -------- 2 files changed, 1 insertion(+), 8 deletions(-) delete mode 100644 bindings/python/requirements.txt diff --git a/.gitignore b/.gitignore index 5a548aad..907f1f75 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ build .settings +bindings/python/requirements.txt \ No newline at end of file diff --git a/bindings/python/requirements.txt b/bindings/python/requirements.txt deleted file mode 100644 index 098e598b..00000000 --- a/bindings/python/requirements.txt +++ /dev/null @@ -1,8 +0,0 @@ -# -# This file is autogenerated by pip-compile with Python 3.10 -# by the following command: -# -# pip-compile bindings/python/requirements.in -# -opengeode-core==15.*,>=15.4.8 - # via -r bindings/python/requirements.in