From f3670ebd86a568b92910e9e5efd4b9ad663d1a08 Mon Sep 17 00:00:00 2001 From: Alexander Todorov Date: Tue, 28 Mar 2023 19:38:25 +0300 Subject: [PATCH] Unpin PyGithub dependency this is causing a chicken-and-egg problem when merging into kiwitcms/enterprise, see https://github.com/kiwitcms/enterprise/pull/224 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index dda8498..ab35319 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -PyGithub==1.58.1 +PyGithub social-auth-app-django social-auth-core>=3.3.0 kiwitcms-tenants