Avoid gear version 0.15.0

There may have been a behavior change with polling that causes a
surplus of log lines.  Avoid that version until we understand more.

Change-Id: I246acda9352267eb6b9be6d1b06fb87b133709ec
This commit is contained in:
James E. Blair 2020-02-17 13:32:02 -08:00
parent 2106a72691
commit 1e4501612d

View File

@ -10,7 +10,7 @@ python-daemon>=2.0.4,<2.1.0
extras
statsd>=3.0
voluptuous>=0.10.2
gear>=0.13.0,<1.0.0
gear>=0.13.0,<1.0.0,!=0.15.0
apscheduler>=3.0
PrettyTable>=0.6,<0.8
babel>=1.0