Skip to content

Commit

Permalink
README: Make the current limitations in Python support more explicit
Browse files Browse the repository at this point in the history
Also see issues #3671 and #3873.

Signed-off-by: Sebastian Schuberth <[email protected]>
  • Loading branch information
sschuberth committed Jun 10, 2021
1 parent 5038420 commit 4bc6173
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -337,8 +337,9 @@ Currently, the following package managers are supported:
* [NPM](https://www.npmjs.com/) (Node.js)
* [NuGet](https://www.nuget.org/) (.NET, with currently some
[limitations](https://github.com/oss-review-toolkit/ort/pull/1303#issue-253860146))
* [PIP](https://pip.pypa.io/) (Python)
* [Pipenv](https://pipenv.readthedocs.io/) (Python)
* [PIP](https://pip.pypa.io/) (Python, currently limited to projects that are compatible with Python 2.7 or Python 3.6)
* [Pipenv](https://pipenv.readthedocs.io/) (Python, currently limited to projects that are compatible with Python 2.7 or
Python 3.6)
* [Pub](https://pub.dev/) (Dart / Flutter)
* [SBT](http://www.scala-sbt.org/) (Scala)
* [SPDX](https://spdx.dev/specifications/) (SPDX documents used to describe
Expand Down

0 comments on commit 4bc6173

Please sign in to comment.