James Rutherford
James Rutherford
The listed versions required for Django, Celery, and django-celery are all (slightly) different between the two files. Presumably `setup.py` is authoritative? How about fixing `requirements.txt` and reading it into `setup.py`...
I'm not sure where the Python 3 compatibility logic is, but for, e.g bumpversion it seems incorrect; pyup reports it as incompatible but the package claims Python 3 support: https://github.com/peritus/bumpversion/blob/master/setup.py#L35...
Some API responses indicate an error by including an 'errors' attribute in the response that is a list of errors, others still return an 'errors' attribute that is a count...
Without this, a normal `pip install flickrbackup` fails because it can't read `README.rst`: ``` ➜ ~ pip install flickrbackup Downloading/unpacking flickrbackup ... long_description=open('README.rst').read(), IOError: [Errno 2] No such file or...