python311Packages.atlassian-python-api: fix dependencies

This commit is contained in:
Martin Weinelt 2024-03-17 22:39:33 +01:00
parent 215044592e
commit 5c91161c51
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -1,9 +1,13 @@
{ lib
, buildPythonPackage
, fetchFromGitHub
, beautifulsoup4
, deprecated
, jmespath
, lxml
, oauthlib
, requests
, requests-kerberos
, requests-oauthlib
, six
, pytestCheckHook
@ -25,9 +29,13 @@ buildPythonPackage rec {
};
propagatedBuildInputs = [
beautifulsoup4
deprecated
jmespath
lxml
oauthlib
requests
requests-kerberos
requests-oauthlib
six
];