Duplicated dependencies
Use only one of setup.py or requirements.txt but not both:
- everything in requirements.txt then : https://www.reddit.com/r/Python/comments/3uzl2a/comment/cxk3z76/
- or everything in setup.py then have requirements.txt only be
-e .