Skip to content
Snippets Groups Projects
  1. Jun 25, 2022
  2. Jun 24, 2022
  3. Jun 21, 2022
  4. Jun 15, 2022
  5. Jun 13, 2022
  6. Jun 10, 2022
  7. May 26, 2022
  8. May 18, 2022
  9. May 09, 2022
  10. May 07, 2022
  11. May 05, 2022
    • Leo Pound Singer's avatar
      When deploying, pass --no-deps to pip · f2533074
      Leo Pound 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
  12. May 02, 2022
  13. Apr 25, 2022
  14. Apr 22, 2022
  15. Apr 20, 2022
  16. Apr 04, 2022
  17. Mar 28, 2022
  18. Mar 23, 2022
  19. Mar 08, 2022
  20. Feb 25, 2022
  21. Feb 15, 2022
  22. Feb 04, 2022
  23. Feb 03, 2022
  24. Feb 01, 2022
  25. Jan 22, 2022
Loading