Repository: incubator-ariatosca
Updated Branches:
  refs/heads/ARIA-96-less-strict-dependencies baafbcd93 -> 49ee75f53


Add requirements.in file


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

Branch: refs/heads/ARIA-96-less-strict-dependencies
Commit: 49ee75f532128c2855530fae8d711add6a64edd8
Parents: baafbcd
Author: Avia Efrat <[email protected]>
Authored: Tue Mar 14 20:38:38 2017 +0200
Committer: Avia Efrat <[email protected]>
Committed: Tue Mar 14 20:38:38 2017 +0200

----------------------------------------------------------------------
 requirements.in | 32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/blob/49ee75f5/requirements.in
----------------------------------------------------------------------
diff --git a/requirements.in b/requirements.in
new file mode 100644
index 0000000..aa4721e
--- /dev/null
+++ b/requirements.in
@@ -0,0 +1,32 @@
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+PyYAML>=3.10
+requests>=2.7.0, <3
+networkx<=1.9  # version 1.10 dropped support of python 2.6
+retrying>=1.3.2 , <1.3.4  # 1.3.3 version came out in Dec 2014. Not so much 
activity since then.
+blinker>=1.4
+importlib ; python_version < '2.7'
+ordereddict ; python_version < '2.7'
+total-ordering ; python_version < '2.7'  # only one version on pypi
+jsonpickle
+ruamel.yaml<=0.11.15  # version 0.12.0 dropped support of python 2.6
+Jinja2>=2.8, <2.9
+shortuuid<0.6
+CacheControl[filecache]>=0.11.6, <0.13
+clint>=0.5.0, <0.6
+SQLAlchemy>=1.1.4, <1.2  # version 1.2 dropped support of python 2.6
+wagon==0.6.0
+bottle>=0.12.11, <0.13
+Fabric>=1.13.1, <2
+# Fabric makes use of this library, but doesn't bring it :(
+pypiwin32==219 ; sys_platform == 'win32'

Reply via email to