Skip to content
This repository has been archived by the owner on Dec 28, 2024. It is now read-only.

Commit

Permalink
require ansible <= 1.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
spencergibb committed Apr 8, 2015
1 parent bf36206 commit b5ed87a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/battleschool/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = '0.5.0'
__version__ = '0.5.1'
__author__ = 'Spencer Gibb'
7 changes: 6 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,12 @@
url='http://spencer.gibb.us',
download_url='https://github.com/spencergibb/battleschool/releases',
license='Apache License, Version 2.0',
install_requires=['ansible', 'jinja2', 'pyyaml'], # added jinja2 and pyyaml to fix installs under homebrew pip
# added jinja2 and pyyaml to fix installs under homebrew pip
install_requires=[
'ansible <= 1.8.4',
'jinja2',
'pyyaml'
],
classifiers=[
"Development Status :: 3 - Alpha",
"Environment :: Console",
Expand Down

0 comments on commit b5ed87a

Please sign in to comment.