]> git-server-git.apps.pok.os.sepia.ceph.com Git - teuthology.git/commitdiff
pyproject: add missing oauthlib dep for maas
authorKyr Shatskyy <kyrylo.shatskyy@clyso.com>
Wed, 25 Mar 2026 12:21:55 +0000 (13:21 +0100)
committerKyr Shatskyy <kyrylo.shatskyy@clyso.com>
Wed, 22 Apr 2026 19:36:23 +0000 (21:36 +0200)
Signed-off-by: Kyr Shatskyy <kyrylo.shatskyy@clyso.com>
pyproject.toml

index 20aba1c0dcb6f455d3ab936d9f0d247b96a36304..b2702efcafee44ca0b906597472e885e4dbe4ba0 100644 (file)
@@ -29,6 +29,7 @@ dependencies = [
     "lxml",
     "ndg-httpsclient",
     "netaddr",
+    "oauthlib",
     "paramiko",
     "pexpect",
     "prettytable",
@@ -40,6 +41,7 @@ dependencies = [
     "python-dateutil",
     "PyYAML",
     "requests>2.13.0",
+    "requests-oauthlib",
     "sentry-sdk",
     "types-psutil",
     "urllib3>=1.25.4,<1.27",
@@ -55,6 +57,7 @@ classifiers = [
     "Programming Language :: Python :: 3.10",
     "Programming Language :: Python :: 3.11",
     "Programming Language :: Python :: 3.12",
+    "Programming Language :: Python :: 3.13",
     "Programming Language :: Python :: Implementation :: CPython",
     "Topic :: Software Development :: Quality Assurance",
     "Topic :: Software Development :: Testing",