From 3c6c7f6145ceba894e476a8f38d9cf5d37a933e8 Mon Sep 17 00:00:00 2001 From: Jason Robinson Date: Sun, 22 May 2016 21:43:23 +0300 Subject: [PATCH] Unlock more direct dependency version ranges Unlock most of the direct dependencies to a certain version range. Unlock all of test requirements to any version. --- CHANGELOG.md | 5 +++++ setup.py | 10 +++++----- test-requirements.txt | 10 +++++----- 3 files changed, 15 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index de650fb..fbcc694 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## [unreleased] + +## Changed +- Unlock most of the direct dependencies to a certain version range. Unlock all of test requirements to any version. + ## [0.3.2] - 2016-05-09 ### Changed diff --git a/setup.py b/setup.py index 436e7d0..f6bbd4e 100644 --- a/setup.py +++ b/setup.py @@ -19,11 +19,11 @@ setup( packages=find_packages(), license="BSD 3-clause", install_requires=[ - "dirty-validators==0.3.2", - "lxml>=3.4.4, <=3.6.0", - "jsonschema==2.5.1", - "pycrypto==2.6.1", - "python-dateutil>=2.4.2, <=2.5.3", + "dirty-validators>=0.3.0, <0.4.0", + "lxml>=3.4.0, <4.0.0", + "jsonschema>=2.0.0, <3.0.0", + "pycrypto>=2.6.0, <3.0.0", + "python-dateutil>=2.4.0, <3.0.0", "python-xrd==0.1", ], include_package_data=True, diff --git a/test-requirements.txt b/test-requirements.txt index 4f582a9..eb66657 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,5 +1,5 @@ -pytest==2.9.1 -factory_boy==2.5.2 -codecov==1.6.3 -coverage<4.0a1 -pytest-cov==1.8.1 +pytest +factory_boy +codecov +coverage +pytest-cov