Commit b9a2e969db0275200f2c58016fa3895f412a2dd4

Authored by Gust
1 parent 68facd63

Fix setup requirements

Signed-off-by: Gustavo Jaruga <darksshades@gmail.com>
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
@@ -25,7 +25,7 @@ REQUIREMENTS = [ @@ -25,7 +25,7 @@ REQUIREMENTS = [
25 'gunicorn==19.1.0', 25 'gunicorn==19.1.0',
26 'eventlet==0.15.2', 26 'eventlet==0.15.2',
27 'PyYAML==3.11', 27 'PyYAML==3.11',
28 - 'yamlordereddictloader=0.1.1' 28 + 'yamlordereddictloader==0.1.1',
29 29
30 # Deps for sentry client (raven) 30 # Deps for sentry client (raven)
31 'raven==3.5.2', 31 'raven==3.5.2',