summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 2567c2f0..6b0228b7 100644
--- a/setup.py
+++ b/setup.py
@@ -53,7 +53,6 @@ setup(name='gnowsys-studio',
include_package_data=True,
zip_safe=False,
install_requires=['BeautifulSoup>=3.2.0',
- # 'django>=1.4',
'django-mptt>=0.4.2',
'django-tagging>=0.3.1',
'django-xmlrpc>=0.1.3',
@@ -66,9 +65,11 @@ setup(name='gnowsys-studio',
'django-4store>=0.3',
'HTTP4Store>=0.2',
'html5lib>=0.95',
+ 'django-markitup>=1.0.0',
+ 'inflection>=0.1.2',
'PIL>=1.1.7',
'diff-match-patch>=20120106',
'ox>=2.0.356',
'pandora_client>=0.2.94',
-
+
])