From 92f1e9df763f2c67e3295ee142a600daf8e39331 Mon Sep 17 00:00:00 2001 From: SKi Date: Thu, 11 Aug 2022 09:33:45 -0700 Subject: [PATCH] add py yaml and crypto lib --- python-pygithub/requirements.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/python-pygithub/requirements.txt b/python-pygithub/requirements.txt index 91a434e..cfea8be 100644 --- a/python-pygithub/requirements.txt +++ b/python-pygithub/requirements.txt @@ -1,2 +1,4 @@ PyJWT==2.4.0 -PyGithub==1.51 \ No newline at end of file +PyGithub==1.51 +cryptography==37.0.4 +PyYAML==6.0