kiddouk / redisco

A Python Library for Simple Models and Containers Persisted in Redis
MIT License
438 stars 78 forks source link

Added `install_requires` to setup.py #4

Closed jkbrzt closed 12 years ago

jkbrzt commented 12 years ago

This will automatically install dependencies from requirements.txt when redisco is installed via pip.

travisbot commented 12 years ago

This pull request passes (merged 059b1fc0 into 280c9234).

travisbot commented 12 years ago

This pull request passes (merged 90f61f9f into 280c9234).

kiddouk commented 12 years ago

Thanks !

dmk23 commented 12 years ago

requirements.txt should not force downgrade of packages, especially redis. We are using 2.6.x version already.

Solution, replace "==" with ">=" in the requirements.txt