From 681241cad8ed6d62073bbe1acc7433f4ad3af015 Mon Sep 17 00:00:00 2001 From: Mehdi Osman Date: Fri, 24 Mar 2023 11:56:30 -0400 Subject: [PATCH] Added redis-py --- third-party.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/third-party.md b/third-party.md index 0cfe2cac2..ac17bb869 100644 --- a/third-party.md +++ b/third-party.md @@ -1,4 +1,4 @@ -## Licenses (as of January 23, 2023) +## Licenses (as of March 24, 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. @@ -40,6 +40,7 @@ Below is the list of dependencies used in OpenReplay software. Licenses may chan | python-multipart | Apache | Python | | elasticsearch-py | Apache2 | Python | | jira | BSD2 | Python | +| redis-py | MIT | Python | | clickhouse-driver | MIT | Python | | python3-saml | MIT | Python | | kubernetes | Apache2 | Python |