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 <sebastian.schuberth@bosch.io>
  • Loading branch information
sschuberth committed Jun 10, 2021
1 parent 5038420 commit 648f5b2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -337,8 +337,10 @@ 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](https://github.com/oss-review-toolkit/ort/issues/3671) to
projects that are compatible with Python 2.7 or Python 3.6)
* [Pipenv](https://pipenv.readthedocs.io/) (Python, currently [limited](https://github.com/oss-review-toolkit/ort/issues/3671)
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 648f5b2

Please sign in to comment.