synergy-service/requirements.txt
Vincent Llorens 450e106f03 Use dependency pinning
For CentOS7, we use dependency pinning in the spec file. Note that we
don't do it for Ubuntu as it will use the dependency versions from the
requirements.txt.

We now use the compatible release operator [1] to define versions in
the requirements.txt.

This commit also removes non relevant warnings when uninstalling
Synergy.

[1]: https://www.python.org/dev/peps/pep-0440/#compatible-release

Change-Id: Icb1dd16d7d8d7246914058a11534bcd099b1f18c
2016-09-13 15:14:44 +02:00

13 lines
350 B
Plaintext

# The order of packages is significant, because pip processes them in the order
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
pbr~=1.8
eventlet~=0.17
oslo.config~=2.4
python-dateutil~=2.4
# Packages not available as system packages (rpm or deb)
tabulate~=0.7.2