From 1ef34fc15f71d295afb319e6b4022ce532b5273d Mon Sep 17 00:00:00 2001
From: jakirkham <jakirkham@gmail.com>
Date: Mon, 1 Apr 2024 20:55:31 -0700
Subject: [PATCH] Drop unused dependencies of PyGitHub

PyJWT and PyNaCl are already installed by PyGitHub, which uses them. We
don't use them directly here. So drop them from our requirements.
---
 conda-requirements.txt | 2 --
 1 file changed, 2 deletions(-)

diff --git a/conda-requirements.txt b/conda-requirements.txt
index b1bb13021..a22e4a16c 100644
--- a/conda-requirements.txt
+++ b/conda-requirements.txt
@@ -12,8 +12,6 @@ lxml
 mock
 parameterized
 pygithub>=2.2.0  # for GH App endpoints
-pyjwt
-pynacl
 pytest
 python=3.10.*
 pytz