Skip to content

Commit

Permalink
Drop unused dependencies of PyGitHub
Browse files Browse the repository at this point in the history
PyJWT and PyNaCl are already installed by PyGitHub, which uses them. We
don't use them directly here. So drop them from our requirements.
  • Loading branch information
jakirkham committed Apr 2, 2024
1 parent f24619e commit 1ef34fc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions conda-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ lxml
mock
parameterized
pygithub>=2.2.0 # for GH App endpoints
pyjwt
pynacl
pytest
python=3.10.*
pytz
Expand Down

0 comments on commit 1ef34fc

Please sign in to comment.