avian2 / jsonmerge

Merge a series of JSON documents.
MIT License
214 stars 25 forks source link

User install_requires from setuptools #3

Closed birdsarah closed 10 years ago

birdsarah commented 10 years ago

Ensures that jsonschema is installed when running setup.py install

@avian2 - this was what was tripping me up running the tests as setup.py install did not install the jsonschema dependency.

avian2 commented 10 years ago

Thanks.