diff options
author | Richard Ipsum <richard.ipsum@codethink.co.uk> | 2015-01-29 15:25:16 +0000 |
---|---|---|
committer | Richard Ipsum <richard.ipsum@codethink.co.uk> | 2015-01-29 15:25:16 +0000 |
commit | 05688ac452b358851e4f31ea91fe49da3cb3bcd2 (patch) | |
tree | a1c87e126c784bae2e8719cc8e76f256813c1182 | |
parent | 62645d69533313f431d80a14ce032667577adc4f (diff) | |
download | lorries-05688ac452b358851e4f31ea91fe49da3cb3bcd2.tar.gz |
Add virtualenv to python-packages
-rw-r--r-- | open-source-lorries/python-packages.lorry | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/open-source-lorries/python-packages.lorry b/open-source-lorries/python-packages.lorry index a8bf340..f841221 100644 --- a/open-source-lorries/python-packages.lorry +++ b/open-source-lorries/python-packages.lorry @@ -619,5 +619,9 @@ "python-packages/zope-traversing": { "type": "git", "url": "git://github.com/zopefoundation/zope.traversing.git" + }, + "python-packages/virtualenv" : { + "type": "git", + "url": "git://github.com/pypa/virtualenv.git" } } |