add dependencies to setup.py (oops)

This commit is contained in:
Newmu
2014-09-25 16:11:31 -04:00
parent e60edba385
commit 067b831c6d
4 changed files with 10 additions and 0 deletions
+1
View File
@@ -9,3 +9,4 @@ v0.4.0, Fri Aug 1 -- Changed api import to lowercase, added language example
v0.4.1, Fri Aug 1 -- Updated __version__ variable to be accurate
v0.4.2, Wed Aug 6 -- Updated README to accurately reflect political analysis results
v0.4.3, Thu Sep 11 -- Added image features api and sphinx compliant documentation
v0.4.4, Thu Sep 25 -- Added dependencies installation to setup.py
+2
View File
@@ -63,3 +63,5 @@ Installation
```
pip install indicoio
```
Announcement: Indico has partnered with Experfy, a data science consulting marketplace based in the Harvard Innovation Lab. Through Experfy, we are helping our data science community members find lucrative projects and advance their skills. Please signup for Experfy at https://www.experfy.com/ to get started.
+2
View File
@@ -63,3 +63,5 @@ Installation
```
pip install indicoio
```
Announcement: Indico has partnered with Experfy, a data science consulting marketplace based in the Harvard Innovation Lab. Through Experfy, we are helping our data science community members find lucrative projects and advance their skills. Please signup for Experfy at https://www.experfy.com/ to get started.
+5
View File
@@ -29,4 +29,9 @@ setup(
Slater Victoroff <slater@indicodatasolutions.com>,
Aidan McLaughlin <aidan@indicodatasolutions.com>
""",
install_requires=[
"requests >= 1.2.3",
"numpy >= 1.8.1",
"scikit-image >= 0.10.1"
],
)