From bd1fe745e1b8bd24d556e062cb1af270c11cd622 Mon Sep 17 00:00:00 2001 From: Jon Bernard Date: Mon, 10 Oct 2016 14:42:05 -0400 Subject: Add dependencies as submodules This gives you the choice to run dotfiles directly from the repository without a virtual environment. These are only useful from the git repository and not included in the pypi releases. --- .gitmodules | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .gitmodules (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..e46481c --- /dev/null +++ b/.gitmodules @@ -0,0 +1,6 @@ +[submodule "vendor/click"] + path = vendor/click + url = https://github.com/pallets/click +[submodule "vendor/py"] + path = vendor/py + url = https://github.com/pytest-dev/py -- cgit v1.2.3