Bump eventlet dependency

Change-Id: I7394a92601273c9be45a0fe42868a02b87554c2a
This commit is contained in:
R. Tyler Ballance 2010-08-17 21:57:51 -07:00
parent 6c0cbc4f18
commit 04ec7edfaf
1 changed files with 2 additions and 2 deletions

View File

@ -29,12 +29,12 @@ from os import path
from setuptools import find_packages, setup
install_requires = ['eventlet >= 0.9.7',]
install_requires = ['eventlet >= 0.9.10',]
try:
import json
except ImportError:
install_requires.append("simplejson")
install_requires.append('simplejson')
setup(
name='Spawning',