From 49fad209e463d5428caaadab04dd78153136ced8 Mon Sep 17 00:00:00 2001 From: Francisco Redondo Marchena Date: Wed, 4 Feb 2015 11:33:09 +0000 Subject: Add django, some django utils and its dependencies --- open-source-lorries/python-packages.lorry | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/open-source-lorries/python-packages.lorry b/open-source-lorries/python-packages.lorry index 425d755..27b79b5 100644 --- a/open-source-lorries/python-packages.lorry +++ b/open-source-lorries/python-packages.lorry @@ -63,6 +63,22 @@ "type": "hg", "url": "http://hg.python.org/distutils2" }, + "python-packages/django": { + "type": "git", + "url": "git://github.com/django/django.git" + }, + "python-packages/django-appconf": { + "type": "git", + "url": "git://github.com/jezdez/django-appconf.git" + }, + "python-packages/django-compressor": { + "type": "git", + "url": "git://github.com/django-compressor/django-compressor.git" + }, + "python-packages/django-pyscss": { + "type": "git", + "url": "git://github.com/fusionbox/django-pyscss.git" + }, "python-packages/dnspython": { "type": "git", "url": "git://github.com/rthalley/dnspython.git" @@ -339,6 +355,10 @@ "url": "svn://svn.code.sf.net/p/pyparsing/code", "layout": "standard" }, + "python-packages/pyscss": { + "type": "git", + "url": "git://github.com/Kronuz/pyScss.git" + }, "python-packages/pysnmp": { "module": "pysnmp", "type": "cvs", -- cgit v1.2.1