Align requirements with global-requirements.txt

All requirements but pyzmq (which needs further debugging) are in line with global-requirements (if they
are there). Also, pinning to specific versions was removed.

Change-Id: Ic08b5fabad765abc09d8494ddc22a2a9fe1e50d7
Related-bug: 1546497
This commit is contained in:
Maciej Kwiek 2016-02-22 13:17:32 +01:00
parent add50899b9
commit b52a511b22

View File

@ -1,43 +1,43 @@
ansible>=2.0.0
six>=1.9.0 six>=1.9.0
ply jinja2>=2.8
click>=6.2
jinja2==2.7.3
networkx>=1.10 networkx>=1.10
PyYAML PyYAML>=3.1.0
jsonschema==2.4.0 jsonschema>=2.0.0,<3.0.0,!=2.5.0
requests requests>=2.8.1,!=2.9.0 # Apache-2.0
dictdiffer==0.4.0 enum34;python_version=='2.7' or python_version=='2.6' or python_version=='3.3'
enum34==1.0.4
inflection
Fabric==1.10.2
gevent>=1.0.2
# we need callbacks for now mock>=1.2
ansible pbr>=1.6
mock
pbr
pydotplus
bunch
wrapt
# if you want to use riak backend then # if you want to use riak backend then
# riak # riak>=2.1
# if you want to use sql backend then # if you want to use sql backend then
peewee peewee >= 2.8.0
# if you want to use sql + postgresql then # if you want to use sql + postgresql then
# psycopg2 # psycopg2>=2.5
# psycogreen # psycogreen>=1.0
# if you want to use lua computable inputs # if you want to use lua computable inputs
# lupa # lupa>=1.2
# if you want to use complex version check in repositories # if you want to use complex version check in repositories
semver semver>=2.4.0
# plugins # plugins
stevedore stevedore>=1.5.0
#zerorpc doesnt consume messages with >13.0.2, need to debug #zerorpc doesnt consume messages with >13.0.2, need to debug
pyzmq==13.0.2 pyzmq==13.0.2
zerorpc>=0.5.2 zerorpc>=0.5.2
# Packages beyond this comment are not in OS Global Requirements
bunch>=1.0.1
click>=6.2
dictdiffer>=0.4.0
Fabric>=1.10.2
gevent>=1.0.2
ply>=3.8
pydotplus>=2.0.2
wrapt>=1.7.0