Repository: incubator-ariatosca Updated Branches: refs/heads/ARIA-96-less-strict-dependencies [created] f01f082a9
Change all requirements to version-agnostic Except pyyaml, that is supposed to go according to ARIA-64, and networkx, which requires further investigation. Project: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/commit/f01f082a Tree: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/tree/f01f082a Diff: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/diff/f01f082a Branch: refs/heads/ARIA-96-less-strict-dependencies Commit: f01f082a97e416e6f0fb9731720acfdaf668a330 Parents: c0d76ad Author: Avia Efrat <[email protected]> Authored: Thu Mar 9 12:02:06 2017 +0200 Committer: Avia Efrat <[email protected]> Committed: Thu Mar 9 12:02:06 2017 +0200 ---------------------------------------------------------------------- requirements.txt | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/blob/f01f082a/requirements.txt ---------------------------------------------------------------------- diff --git a/requirements.txt b/requirements.txt index d6331a5..5844359 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,23 +11,23 @@ # limitations under the License. PyYAML>=3.10,<=3.12 -requests>=2.7.0,<=2.10.0 +requests networkx==1.9 -retrying==1.3.3 -blinker==1.4 +retrying +blinker importlib==1.0.4 ; python_version < '2.7' ordereddict==1.1 ; python_version < '2.7' total-ordering==0.1.0 ; python_version < '2.7' jsonpickle -ruamel.yaml==0.11.15 -Jinja2==2.8 -shortuuid==0.4.3 -CacheControl[filecache]==0.11.6 -clint==0.5.1 -SQLAlchemy==1.1.4 -wagon==0.5.0 -bottle==0.12.11 -six==1.10.0 -Fabric==1.13.1 +ruamel.yaml +Jinja2 +shortuuid +CacheControl[filecache] +clint +SQLAlchemy +wagon +bottle +six +Fabric # Fabric makes use of this library, but doesn't bring it :( pypiwin32==219 ; sys_platform == 'win32'
