Merge pull request #20 from jaywink/dependencies-fixing

Unlock more direct dependency version ranges
merge-requests/130/head
Jason Robinson 2016-05-22 21:46:22 +03:00
commit 247af462b9
3 zmienionych plików z 15 dodań i 10 usunięć

Wyświetl plik

@ -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

Wyświetl plik

@ -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,

Wyświetl plik

@ -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