Skip to content

Commit

Permalink
doc: mention Conda's dependency resolver
Browse files Browse the repository at this point in the history
  • Loading branch information
kasteph authored Nov 2, 2020
1 parent e35f081 commit d646d45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,8 +195,8 @@ dependency management, packaging and publishing.

It takes inspiration in tools that exist in other languages, like `composer` (PHP) or `cargo` (Rust).

And, finally, there is no reliable tool to properly resolve dependencies in Python, so I started `poetry`
to bring an exhaustive dependency resolver to the Python community.
And, finally, I started `poetry` to bring another exhaustive dependency resolver to the Python community apart from
[Conda's](https://conda.io).

### What about Pipenv?

Expand Down

0 comments on commit d646d45

Please sign in to comment.