From 3fff5894ead5c5b0090b83d2316632f5bfdb0d26 Mon Sep 17 00:00:00 2001 From: Mehdi Osman Date: Thu, 25 May 2023 12:55:36 +0200 Subject: [PATCH] Added pylint --- third-party.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/third-party.md b/third-party.md index fc7fea986..c18e46f10 100644 --- a/third-party.md +++ b/third-party.md @@ -1,4 +1,4 @@ -## Licenses (as of April 7, 2023), 2023) +## Licenses (as of May 25, 2023) Below is the list of dependencies used in OpenReplay software. Licenses may change between versions, so please keep this up to date with every new library you use. @@ -29,6 +29,7 @@ Below is the list of dependencies used in OpenReplay software. Licenses may chan | urllib3 | MIT | Python | | boto3 | Apache2 | Python | | requests | Apache2 | Python | +| pylint | GPLv2 | Python | | pyjwt | MIT | Python | | jsbeautifier | MIT | Python | | psycopg2-binary | LGPL | Python |