From 164f5a3ea4593b400c56040644c498df49d20a40 Mon Sep 17 00:00:00 2001 From: OHV-IT Date: Wed, 25 Nov 2020 00:34:16 +0100 Subject: [PATCH] Update --- .gitmodules | 3 +++ requirements.txt | 2 ++ 2 files changed, 5 insertions(+) create mode 100644 .gitmodules create mode 100644 requirements.txt diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..2ef8a41 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "python-cx_Oracle"] + path = python-cx_Oracle + url = https://github.com/oracle/python-cx_Oracle.git diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..870e44d --- /dev/null +++ b/requirements.txt @@ -0,0 +1,2 @@ +git+https://github.com/pyparsing/pyparsing.git +git+https://github.com/oracle/python-cx_Oracle.git \ No newline at end of file