From e43e0ed389bb023cdc17c6c066370baa5fc53005 Mon Sep 17 00:00:00 2001 From: Sven Slootweg Date: Sat, 12 Jan 2013 03:34:06 +0100 Subject: [PATCH] Update requirements --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 9410c60..2efb5a3 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup setup(name='pytahoe', - version='1.0', + version='1.0.1', description='Python module for working with the Tahoe-LAFS filesystem.', long_description=''' This module allows for easy interaction with a Tahoe-LAFS grid, via the WebAPI. @@ -25,5 +25,5 @@ setup(name='pytahoe', url='http://cryto.net/pytahoe', packages=['pytahoe'], provides=['pytahoe'], - install_requires=['fs', 'requests'] + install_requires=['fs', 'requests >= 1.0'] )