From cef13cb1a821a03306f8dbf96f6b2567694fe96e Mon Sep 17 00:00:00 2001 From: Matt Morrison Date: Sat, 16 Aug 2014 21:34:28 -0400 Subject: [PATCH] update requirements >= version number, not == Some libraries (including requests, requests-oauthlib, maybe others) have had new releases. Requiring a specific version in requirements.txt forces uninstallation of newer versions and installation of older ones. --- requirements.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/requirements.txt b/requirements.txt index 917c31a..d39c14d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ -coverage==3.6.0 -requests==2.1.0 -requests_oauthlib==0.4.0 -python-coveralls==2.1.0 -nose-cov==1.6 -responses==0.2.0 +coverage>=3.6.0 +requests>=2.1.0 +requests_oauthlib>=0.4.0 +python-coveralls>=2.1.0 +nose-cov>=1.6 +responses>=0.2.0