Skip to content
Snippets Groups Projects
  1. Apr 28, 2017
  2. Mar 13, 2017
  3. Feb 02, 2017
  4. Nov 25, 2016
  5. Oct 22, 2016
  6. Nov 26, 2015
  7. Sep 28, 2015
  8. Sep 18, 2015
  9. Jul 31, 2015
  10. Jul 15, 2015
  11. Jul 14, 2015
  12. Jul 01, 2015
  13. Feb 26, 2015
    • Leonardo Rochael Almeida's avatar
      Declare PyChart package name in requirements.txt · 12e7d802
      Leonardo Rochael Almeida authored
      While calling `pip install -r requirements.txt`, the PyChart tarball is
      always downloaded even if `pip` has a download cache configured (which
      it does by default in later versions).
      
      This is because `pip` has no way of knowing which package the PyChart
      tarball contains before downloading and running its `setup.py`.
      
      By declaring the PyChart "egg" in `requirements.txt` the tarball is no
      longer downloaded if it's already in the download cache.
      12e7d802
  14. Feb 23, 2015
  15. Nov 19, 2014
  16. Nov 18, 2014
  17. Sep 02, 2014
Loading