Skip to content

Commit

Permalink
pip and easy_install setup fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco De Nadai authored and Marco De Nadai committed Jun 11, 2014
1 parent 2f5171d commit 3a98716
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@
from setuptools import setup
import sys

requirements = [x.strip() for x in open("requirements.txt")]
requirements = [
"numpy",
"pandas"
]

# Automatically run 2to3 for Python 3 support
extra = {}
Expand Down

0 comments on commit 3a98716

Please sign in to comment.