1. 27 Aug, 2020 3 commits
    • Handle (*) constraint for pre-release only packages · b2b90755
      This change ensures that packages that only have a pre-release versions
      are pragmatically discovered via `find_packages` when a constraint (*)
      is specified.
      
      Resolves: #2819
      Arun Babu Neelicattu committed
    • Change usage example for poetry export · a4334c0f
      The existing example:
      ```bash
      poetry export -f requirements.txt > requirements.txt
      ```
      The problem with this is that any additional output from poetry will also end up in the requirements file. For instance, if the `poetry.lock` file is not present, poetry will output to stdout some extra text telling you about this. This breaks the requirements file. (I was burned by this problem, hence this PR)
      
      Seeing as there is already a documented option to specify the filename directly, which resolves this issue, updating the docs like this seems reasonable.
      Bendik Samseth committed
    • Add note for setting up poetry in a pre-existing project. (#2641) · 455def65
      * Add note for setting up poetry in a pre-existing project.
      
      Resolves: #2630
      
      * Show poetry init in more detail
      
      * Update docs to reflect real poetry init usage
      8F3E committed
  2. 25 Aug, 2020 1 commit
  3. 20 Aug, 2020 2 commits
  4. 16 Aug, 2020 2 commits
  5. 15 Aug, 2020 4 commits
  6. 14 Aug, 2020 5 commits
  7. 11 Aug, 2020 1 commit
  8. 10 Aug, 2020 1 commit
  9. 06 Aug, 2020 1 commit
  10. 03 Aug, 2020 2 commits
  11. 31 Jul, 2020 2 commits
  12. 30 Jul, 2020 4 commits
  13. 28 Jul, 2020 3 commits
  14. 27 Jul, 2020 1 commit
  15. 24 Jul, 2020 8 commits