aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAsk Solem <askh@opera.com>2009-11-11 17:16:28 +0100
committerAsk Solem <askh@opera.com>2009-11-11 17:16:28 +0100
commit814b03644ad4d32e921d7110c220c7dfce6c100b (patch)
tree38a3101bd001fa5e58aa1b2fc94fc7b98f166955
parentdde4dec985d8162bd113df666778bd61caa2b0e1 (diff)
downloadchishop-814b03644ad4d32e921d7110c220c7dfce6c100b.tar.bz2
chishop-814b03644ad4d32e921d7110c220c7dfce6c100b.tar.xz
chishop-814b03644ad4d32e921d7110c220c7dfce6c100b.zip
Added new setup.py requirements: pkgutil + django-registration
-rw-r--r--setup.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 9f43b84..313b40d 100644
--- a/setup.py
+++ b/setup.py
@@ -71,6 +71,8 @@ setup(
71 install_requires=[ 71 install_requires=[
72 'django>=1.0', 72 'django>=1.0',
73 'docutils', 73 'docutils',
74 'pkgutil',
75 'django-registration>0.7',
74 ], 76 ],
75 classifiers=[ 77 classifiers=[
76 "Development Status :: 3 - Alpha", 78 "Development Status :: 3 - Alpha",