![Lisa Zangrando](/assets/img/avatar_default.png)
- test-synergy: test the main service functionality - service.py: removed unuseful code - TimerManager: updated execute() Change-Id: I47e0ffa446c83369cb98cffbdebda3bc2fdbe183
18 lines
481 B
Plaintext
18 lines
481 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
|
|
|
|
# Trying to fix the oslo dependencies mess (vincent).
|
|
amqp<2.0.0,>=1.0.0
|
|
oslo.middleware<3.5.0,>=3.0.0
|
|
oslo.concurrency<3.3.0,>=3.0.0
|
|
oslo.service<1.3.0,>=1.0.0
|
|
oslo.log<2.3.0,>=2.0.0
|
|
|
|
eventlet
|
|
oslo.config>=2.4.0,<3.0.0
|
|
oslo.messaging>=2.5.0,<3.0.0
|
|
python-dateutil
|