Skip to content
Snippets Groups Projects
  1. Jul 31, 2015
  2. Jul 15, 2015
  3. Jul 14, 2015
  4. Jul 01, 2015
  5. 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
  6. Feb 23, 2015
  7. Nov 19, 2014
  8. Nov 18, 2014
  9. Sep 02, 2014
Loading