Skip to content

Commit

Permalink
Corrected requirements.
Browse files Browse the repository at this point in the history
  • Loading branch information
Bernardo-MG committed Jun 26, 2015
1 parent 7003113 commit 29d8b21
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ def run_tests(self):
],
long_description=read('README.rst'),
install_requires=[
'cookiecutter',
'setuptools',
'sphinx_bootstrap_theme',
],
tests_require=_tests_require,
Expand Down
1 change: 1 addition & 0 deletions {{cookiecutter.repo_name}}/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ def run_tests(self):
long_description=read('README.rst'),
install_requires=[
'setuptools',
'sphinx_bootstrap_theme',
'twine',
],
tests_require=_tests_require,
Expand Down

0 comments on commit 29d8b21

Please sign in to comment.