]> git.parisson.com Git - telemeta.git/commitdiff
fix deps
authorGuillaume Pellerin <yomguy@parisson.com>
Wed, 11 Feb 2015 17:55:39 +0000 (18:55 +0100)
committerGuillaume Pellerin <yomguy@parisson.com>
Wed, 11 Feb 2015 17:55:39 +0000 (18:55 +0100)
setup.py

index 1afc3eb0e536bdd9192dbe6186e758d0001a51b6..c732053d453759874248cb992381671206742a79 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -58,7 +58,7 @@ setup(
         'django-breadcrumbs',
         'django-bootstrap3',
         'django-bootstrap-pagination',
-        'django-json-rpc==0.6.2',
+        'django-json-rpc',
         'django-suit',
         'django-google-tools',
         'timeside>=0.7',
@@ -68,6 +68,7 @@ setup(
         'psutil',
         'pyyaml',
         'python-ebml',
+        'mysql',
     ],
   tests_require=['pytest-django', 'pytest-cov', 'factory-boy'],
   # Provide a test command through django-setuptest