Add eventlet to base requirements (#2264)
This commit is contained in:
parent
1c637558bf
commit
38639d26ea
2 changed files with 2 additions and 0 deletions
1
setup.py
1
setup.py
|
@ -17,6 +17,7 @@ REQUIRES = [
|
|||
'pip>=7.0.0',
|
||||
'jinja2>=2.8',
|
||||
'voluptuous==0.8.9',
|
||||
'eventlet==0.19.0',
|
||||
]
|
||||
|
||||
setup(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue