diff options
author | Bruno Wagner <bwgpro@gmail.com> | 2015-08-03 15:48:07 -0300 |
---|---|---|
committer | Bruno Wagner <bwgpro@gmail.com> | 2015-08-03 17:17:04 -0300 |
commit | 11a38a176a5d120577368bfb7ec9b21ac3cfba8f (patch) | |
tree | 905ef6acd94653e2e6290ea3174d265689733cc6 /keymanager | |
parent | c05c63f17ebdf40cc47ba6259f14dd1eafb7c59e (diff) |
[tests] Added requirements-latest to help HEAD development
That's an easy way to setup the latest develop without
depending on manually downloading the dependencies
Diffstat (limited to 'keymanager')
-rw-r--r-- | keymanager/pkg/requirements-latest.pip | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/keymanager/pkg/requirements-latest.pip b/keymanager/pkg/requirements-latest.pip new file mode 100644 index 00000000..148d42be --- /dev/null +++ b/keymanager/pkg/requirements-latest.pip @@ -0,0 +1,8 @@ +--index-url https://pypi.python.org/simple/ + +--allow-external u1db --allow-unverified u1db +--allow-external dirspec --allow-unverified dirspec +-e 'git+https://github.com/pixelated-project/leap_pycommon.git@develop#egg=leap.common' +-e 'git+https://github.com/pixelated-project/soledad.git@develop#egg=leap.soledad.common&subdirectory=common/' +-e 'git+https://github.com/pixelated-project/soledad.git@develop#egg=leap.soledad.client&subdirectory=client/' +-e . |