flosch / simpleapi

A simple API-framework to provide an easy to use, consistent and portable client/server-architecture (standalone and also for django, Flask, AppEngine and all WSGI-compatible implementations like gunicorn).
http://simpleapi.readthedocs.org
MIT License
145 stars 20 forks source link

python-dateutil dependency #2

Closed ghost closed 14 years ago

ghost commented 14 years ago

Installing simpleapi 0.0.8 through pip currently borks if python-dateutil isn't installed. Needs to be added as a requirement to setup.py.

flosch commented 14 years ago

Try the following to met all dependencies:

pip install -r http://github.com/flosch/simpleapi/raw/master/requirements.txt

I will improve the setup.py in the future.

flosch commented 14 years ago

Fixed so far. Thanks.