Skip to content

Commit

Permalink
Use new releases of turbulenz python packages
Browse files Browse the repository at this point in the history
  • Loading branch information
bmaltby committed Aug 26, 2015
1 parent d13dc9f commit bfe5718
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manage.py
Expand Up @@ -90,8 +90,8 @@ def _easy_install(package):
_easy_install('docutils>=0.9.1')
_easy_install('Sphinx>=1.1.3')

_easy_install('turbulenz_tools>=1.0.6')
_easy_install('turbulenz_local>=1.1.5')
_easy_install('turbulenz_tools>=1.0.7')
_easy_install('turbulenz_local>=1.1.6')

cmd = [os.path.join(env_bin, 'python'),
os.path.join(TURBULENZROOT, 'scripts', 'install_nodejs.py'),
Expand Down

0 comments on commit bfe5718

Please sign in to comment.