Merge branch '4523-full-text-search' into 5110-workbench-full-text-search
[arvados.git] / services / fuse / setup.py
index 43b563aa1db312d5f9990d776fe866bfba2e3f82..7c845311be39ed9528e702432b82f322088f8412 100644 (file)
@@ -44,7 +44,7 @@ setup(name='arvados_fuse',
       install_requires=[
         'arvados-python-client>=0.1.20141203150737.277b3c7',
         'llfuse',
-        'python-daemon'
+        'python-daemon',
         ],
       test_suite='tests',
       tests_require=['PyYAML'],