natea / django-deployer

Deployment tool for Django that automatically generates the configuration to deploy your project to various PaaS providers.
http://natea.github.io/django-deployer
MIT License
150 stars 19 forks source link

some one of requirements in setup.py requires 'requests==0.14.2' #4

Closed littleq0903 closed 11 years ago

littleq0903 commented 11 years ago

the latest version of requests will assert Error.

possible reason:

problem will be caused:

natea commented 11 years ago

Fixed.

natea commented 11 years ago

The Python package that needed that particular version of requests was dotcloud: https://github.com/dotcloud/dotcloud-cli/blob/master/setup.py#L56