Skip to content
Snippets Groups Projects
  1. Jul 27, 2022
  2. Jul 26, 2022
  3. Jul 25, 2022
  4. Jul 22, 2022
  5. Jul 21, 2022
  6. Jul 12, 2022
  7. Jul 08, 2022
  8. Jul 01, 2022
  9. Jun 21, 2022
  10. Jun 15, 2022
  11. Jun 13, 2022
  12. Jun 10, 2022
  13. May 26, 2022
  14. May 18, 2022
  15. May 09, 2022
  16. May 07, 2022
  17. May 05, 2022
    • Leo P. Singer's avatar
      When deploying, pass --no-deps to pip · f2533074
      Leo P. Singer authored
      There is no reason for pip to automatically install dependencies
      of requested packages, because all of the dependencies have already
      been resolved and explicitly listed in the input requirements.txt
      file generated by `poetry export --dev`.
      
      In addition to making the deployment a little bit more efficient,
      this also works around a bug in pip:
      [pip#9644](https://github.com/pypa/pip/issues/9644).
      f2533074
  18. May 02, 2022
  19. Apr 25, 2022
  20. Apr 22, 2022
  21. Apr 20, 2022
Loading