Skip to content

Commit

Permalink
removes install_requires stanza and creates empty requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
meatballs committed Sep 22, 2015
1 parent d5deb8f commit a183357
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
url='http://axelrod.readthedocs.org/',
license='The MIT License (MIT)',
description='Reproduce the Axelrod iterated prisoners dilemma tournament',
install_requires=[
"matplotlib >= 1.4.2",
],
# install_requires=[
# "matplotlib >= 1.4.2",
# ],
)

0 comments on commit a183357

Please sign in to comment.