File tree Expand file tree Collapse file tree 2 files changed +13
-3
lines changed Expand file tree Collapse file tree 2 files changed +13
-3
lines changed Original file line number Diff line number Diff 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 ]
2535Homepage = " https://github.com/SoftwareAG/cumulocity-python-api"
@@ -28,4 +38,4 @@ Issues = "https://github.com/SoftwareAG/cumulocity-python-api/issues"
2838Documentation = " https://cumulocity-python-api.readthedocs.io/en/latest/"
2939
3040[tool .hatch .version ]
31- source = " vcs"
41+ source = " vcs"
Original file line number Diff line number Diff line change 1+ # Note: these are the development requirements for use with pip
2+ # the libraries dependencies are defined in pyproject.toml
13python-dateutil
24PyYAML
35requests
46Deprecated
57pytest
68responses
79python-dotenv
8- setuptools
9- setuptools_scm
1010invoke
1111pylint
1212PyJWT
You can’t perform that action at this time.
0 commit comments