Skip to content
Snippets Groups Projects
  1. May 08, 2023
  2. Apr 13, 2021
  3. May 20, 2019
  4. Jan 10, 2018
  5. Aug 31, 2017
  6. Jan 13, 2016
  7. Jun 11, 2013
  8. May 29, 2013
    • Vitor Baptista's avatar
      [#491] Pin every dependency's exact version. · 98b4b04b
      Vitor Baptista authored
      To create these files, I've used pip-dump from the pip-tools package.
      
      All requirements in *-requirements.txt have their versions pinned, and in
      setup.py we keep only our direct dependencies and with the versions that
      should work (i.e. >=0.11).
      
      We did this so we can guarantee that everyone is using the exact same
      version as everybody else, including our deployments.
      
      For more info, check http://nvie.com/posts/pin-your-packages/.
      98b4b04b
  9. Jul 24, 2012
  10. May 08, 2012
  11. Oct 23, 2011