# Packages needed in order to run tox.
# Installed by Jenkins and dev environments.

# Indirect dependencies first, exact versions for consistency

# detox -> eventlet
greenlet==0.4.9

# detox -> tox
pluggy==0.3.1
py==1.4.30
virtualenv==13.1.2

# detox
eventlet==0.17.4
tox==2.1.1

# And now the direct dependencies

# For managing test environments and running them in parallel
detox==0.10.0
