aboutsummaryrefslogtreecommitdiffstats
path: root/.gitmodules
diff options
context:
space:
mode:
authorGravatar Jon Bernard <jbernard@jbernard.io> 2016-10-10 14:42:05 -0400
committerGravatar Jon Bernard <jbernard@jbernard.io> 2016-10-11 10:39:55 -0400
commitbd1fe745e1b8bd24d556e062cb1af270c11cd622 (patch)
tree40b759fd31677a6a7656915cb42f77377bdc7a64 /.gitmodules
parent2314cbd0f20caa2321a83719f48f7b07f0814cff (diff)
downloaddotfiles-bd1fe745e1b8bd24d556e062cb1af270c11cd622.tar.gz
dotfiles-bd1fe745e1b8bd24d556e062cb1af270c11cd622.tar.bz2
dotfiles-bd1fe745e1b8bd24d556e062cb1af270c11cd622.zip
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.
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules6
1 files changed, 6 insertions, 0 deletions
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