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