Force Routes and FUSE to be installed through setuptools
[invirt/packages/python-routefs.git] / setup.py
index e64aad8..2968f43 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -10,5 +10,6 @@ setup(
     author_email="broder@mit.edu",
     url="http://ebroder.net/code/RouteFS",
     license="MIT",
-    packages=find_packages()
+    packages=find_packages(),
+    install_requires=['fuse_python>=0.2a', 'Routes>=1.7']
 )