6260: add check in datamanager to ensure that the configured datamanager token belong...
[arvados.git] / services / fuse / setup.py
index 5e6c7e675bef76abfac81dab03c914108d149649..3833493598cf05e288dc31f0153732dbccdca907 100644 (file)
@@ -29,12 +29,13 @@ setup(name='arvados_fuse',
         'bin/arv-mount'
         ],
       install_requires=[
-        'arvados-python-client>=0.1.20150206225333.64c7093',
-        'llfuse',
+        'arvados-python-client >= 0.1.20150625175218',
+        'llfuse>=0.40',
         'python-daemon',
+        'ciso8601'
         ],
       test_suite='tests',
-      tests_require=['PyYAML'],
+      tests_require=['mock>=1.0', 'PyYAML'],
       zip_safe=False,
       cmdclass={'egg_info': tagger},
       )