7710: text updates around the -service-type argument.
[arvados.git] / services / fuse / setup.py
index 3833493598cf05e288dc31f0153732dbccdca907..1fd5bde9d6d6ee2bbee7d3e464150276906cc5c4 100644 (file)
@@ -29,13 +29,13 @@ setup(name='arvados_fuse',
         'bin/arv-mount'
         ],
       install_requires=[
-        'arvados-python-client >= 0.1.20150625175218',
+        'arvados-python-client >= 0.1.20151118035730',
         'llfuse>=0.40',
         'python-daemon',
         'ciso8601'
         ],
       test_suite='tests',
-      tests_require=['mock>=1.0', 'PyYAML'],
+      tests_require=['pbr<1.7.0', 'mock>=1.0', 'PyYAML'],
       zip_safe=False,
       cmdclass={'egg_info': tagger},
       )