widesky / hszinc

Project Haystack Zinc (Zinc is not CSV) parser and dumper for Python 2.7 and 3.x
https://widesky.cloud
BSD 2-Clause "Simplified" License
10 stars 8 forks source link

Modification to setup.py #3

Closed ChristianTremblay closed 8 years ago

ChristianTremblay commented 8 years ago

When installing hszonc as a dependency for pyhaystack in TravisCI with pip, hszinc fails because dependencies are not installed.

I modified setup.py to include install_requires instead of requires only

coveralls commented 8 years ago

Coverage Status

Coverage increased (+0.4%) to 80.81% when pulling 501cf6b4dbc2985cb65b78a37843073f2432283b on ChristianTremblay:master into bea7e1a5403e4492b70042f0efb9dbefd0c94824 on vrtsystems:master.

sjlongland commented 8 years ago

Yeah, lots to be learned, as far as I know, install_requires is used by tools like stdeb to determine what packages to pull in as dependencies. Lots of subtleties. I think in reality we need both.