Skip to content

Commit ea08b6b

Browse files
committed
Modern dependencies declaration.
1 parent c0eb360 commit ea08b6b

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

pyproject.toml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,16 @@ classifiers = [
2020
"Operating System :: OS Independent",
2121
"Topic :: Software Development :: Libraries :: Python Modules",
2222
]
23+
dependencies = [
24+
"cachetools",
25+
"Deprecated",
26+
"inputimeout",
27+
"PyJWT",
28+
"python-dateutil",
29+
"PyYAML",
30+
"requests",
31+
"websockets",
32+
]
2333

2434
[project.urls]
2535
Homepage = "https://github.com/SoftwareAG/cumulocity-python-api"
@@ -28,4 +38,4 @@ Issues = "https://github.com/SoftwareAG/cumulocity-python-api/issues"
2838
Documentation = "https://cumulocity-python-api.readthedocs.io/en/latest/"
2939

3040
[tool.hatch.version]
31-
source = "vcs"
41+
source = "vcs"

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1+
# Note: these are the development requirements for use with pip
2+
# the libraries dependencies are defined in pyproject.toml
13
python-dateutil
24
PyYAML
35
requests
46
Deprecated
57
pytest
68
responses
79
python-dotenv
8-
setuptools
9-
setuptools_scm
1010
invoke
1111
pylint
1212
PyJWT

0 commit comments

Comments
 (0)