]> git.0d.be Git - chloro.git/blobdiff - setup.py
add note title in page <title>
[chloro.git] / setup.py
index abcdbf4e8b797e930e1e056407be83b1f742dba2..20ef72297a2f3feeb96b52447b80b94adec7afa3 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -145,7 +145,7 @@ setup(
         'Programming Language :: Python',
         'Programming Language :: Python :: 3',
     ],
-    install_requires=['django>=1.11, <1.12', 'django-ckeditor<=4.5.3', 'django-taggit',],
+    install_requires=['django>=1.11, <1.12', 'django-ckeditor<=4.5.3', 'django-taggit', 'gadjo'],
     zip_safe=False,
     cmdclass={
         'build': build,