diff options
author | Kali Kaneko <kali@leap.se> | 2013-08-23 13:36:38 +0200 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2013-08-23 13:36:38 +0200 |
commit | b42d461341de2aa7e2136d85f67ebbd12918b200 (patch) | |
tree | c6080cf0c88d1d889ba8371a670c8311fbba3c4e /common/pkg/requirements-testing.pip | |
parent | 59f337a29202bb80287a31d6c5b942b74375f33f (diff) |
packaging improvements
* add versioneer (patched for our particular repo config)
* add parse_requirements to unify requirement handling
Diffstat (limited to 'common/pkg/requirements-testing.pip')
-rw-r--r-- | common/pkg/requirements-testing.pip | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/common/pkg/requirements-testing.pip b/common/pkg/requirements-testing.pip new file mode 100644 index 00000000..18040ea1 --- /dev/null +++ b/common/pkg/requirements-testing.pip @@ -0,0 +1,6 @@ +mock +nose2 +testscenarios +leap.common +leap.soledad.server +leap.soledad.client |