Don't require trollius on Python 3.4 and newer

On Python 3.4 and newer, gnocchi.statsd uses asyncio of the Python
standard library.

Change-Id: Ifc6ed23ff3f00cf1096bf7f6ca2f8107a72f11f7
This commit is contained in:
Victor Stinner 2016-02-05 15:00:56 +01:00
parent 8400f8852e
commit d01a52233c

View File

@ -14,7 +14,7 @@ six
stevedore
voluptuous
werkzeug
trollius
trollius; python_version < '3.4'
retrying
WebOb>=1.4.1
Paste