You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ariatosca.apache.org by mx...@apache.org on 2017/03/23 10:48:52 UTC

incubator-ariatosca git commit: ARIA-131-Make-demand-for-networkx-more-strict

Repository: incubator-ariatosca
Updated Branches:
  refs/heads/ARIA-131-Make-demand-for-networkx-more-strict [created] 7ba87abc1


ARIA-131-Make-demand-for-networkx-more-strict


Project: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/commit/7ba87abc
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/tree/7ba87abc
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/diff/7ba87abc

Branch: refs/heads/ARIA-131-Make-demand-for-networkx-more-strict
Commit: 7ba87abc11ae977222d28fe917243b596ee8b169
Parents: 76f6623
Author: max-orlov <ma...@gigaspaces.com>
Authored: Thu Mar 23 12:48:44 2017 +0200
Committer: max-orlov <ma...@gigaspaces.com>
Committed: Thu Mar 23 12:48:44 2017 +0200

----------------------------------------------------------------------
 requirements.in  |  2 +-
 requirements.txt | 12 ++++++------
 2 files changed, 7 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/blob/7ba87abc/requirements.in
----------------------------------------------------------------------
diff --git a/requirements.in b/requirements.in
index 9b68306..c33122e 100644
--- a/requirements.in
+++ b/requirements.in
@@ -12,7 +12,7 @@
 
 PyYAML<3.13
 requests>=2.3.0, <2.14.0
-networkx>1.8, <1.10 # version 1.10 dropped support of python 2.6
+networkx>1.9, <1.10 # version 1.10 dropped support of python 2.6
 retrying>=1.3.0, <1.4.0
 blinker>1.3, <1.5
 jsonpickle>0.9.0, <=0.9.4

http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/blob/7ba87abc/requirements.txt
----------------------------------------------------------------------
diff --git a/requirements.txt b/requirements.txt
index 721914a..901aa75 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -23,19 +23,19 @@ args==0.1.0               # via clint
 asn1crypto==0.22.0        # via cryptography
 blinker==1.4
 bottle==0.12.13
-CacheControl[filecache]==0.12.1
+cachecontrol[filecache]==0.12.1
 cffi==1.10.0              # via cryptography
 clint==0.5.1
 cryptography==1.8.1       # via paramiko
 decorator==4.0.11         # via networkx
 enum34==1.1.6             # via cryptography
-Fabric==1.13.1
+fabric==1.13.1
 idna==2.5                 # via cryptography
 ipaddress==1.0.18         # via cryptography
-Jinja2==2.8.1
+jinja2==2.8.1
 jsonpickle==0.9.4
 lockfile==0.12.2          # via cachecontrol
-MarkupSafe==1.0           # via jinja2
+markupsafe==1.0           # via jinja2
 msgpack-python==0.4.8     # via cachecontrol
 networkx==1.9.1
 packaging==16.8           # via cryptography, setuptools
@@ -43,14 +43,14 @@ paramiko==2.1.2           # via fabric
 pyasn1==0.2.3             # via paramiko
 pycparser==2.17           # via cffi
 pyparsing==2.2.0          # via packaging
-PyYAML==3.12
+pyyaml==3.12
 requests==2.13.0
 retrying==1.3.3
 ruamel.ordereddict==0.4.9  # via ruamel.yaml
 ruamel.yaml==0.11.15
 shortuuid==0.5.0
 six==1.10.0               # via cryptography, packaging, retrying, setuptools
-SQLAlchemy==1.1.6
+sqlalchemy==1.1.6
 wagon==0.6.0
 wheel==0.29.0             # via wagon