'bin/arv-mount'
],
install_requires=[
- 'arvados-python-client>=0.1.20150206225333',
- 'llfuse',
+ 'arvados-python-client >= 0.1.20150625175218',
+ 'llfuse>=0.40',
'python-daemon',
'ciso8601'
],
test_suite='tests',
- tests_require=['PyYAML'],
+ tests_require=['pbr<1.7.0', 'mock>=1.0', 'PyYAML'],
zip_safe=False,
cmdclass={'egg_info': tagger},
)