Skip to content

Commit

Permalink
Modern dependencies declaration.
Browse files Browse the repository at this point in the history
  • Loading branch information
chsou committed Oct 11, 2024
1 parent c0eb360 commit ea08b6b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
12 changes: 11 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,16 @@ classifiers = [
"Operating System :: OS Independent",
"Topic :: Software Development :: Libraries :: Python Modules",
]
dependencies = [
"cachetools",
"Deprecated",
"inputimeout",
"PyJWT",
"python-dateutil",
"PyYAML",
"requests",
"websockets",
]

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

[tool.hatch.version]
source = "vcs"
source = "vcs"
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Note: these are the development requirements for use with pip
# the libraries dependencies are defined in pyproject.toml
python-dateutil
PyYAML
requests
Deprecated
pytest
responses
python-dotenv
setuptools
setuptools_scm
invoke
pylint
PyJWT
Expand Down

0 comments on commit ea08b6b

Please sign in to comment.