File tree Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 99from dateutil import parser
1010from copy import copy
1111from urllib .parse import urlencode
12- from _util import warning
12+ from c8y_api . _util import warning
1313
1414
1515class _DictWrapper (object ):
Original file line number Diff line number Diff line change 1- python-dateutil = =2.8.1
2- PyYAML = =5.4.1
3- requests = =2.25.1
4- Deprecated =1.2.11
5- pytest =6.2.2
1+ python-dateutil ~ =2.8.1
2+ PyYAML ~ =5.4.1
3+ requests ~ =2.25.1
4+ Deprecated ~ =1.2.11
5+ pytest ~ =6.2.2
Original file line number Diff line number Diff line change 11[metadata]
22name = c8y_api
3- version = 0.10.0
3+ version = 0.10.2
44url = https://github.com/SoftwareAG/cumulocity-python-api
55license_file = LICENSE
66author = Christoph Souris
@@ -21,6 +21,7 @@ install_requires =
2121 requests
2222 python-dateutil
2323 PyYAML
24+ Deprecated
2425
2526packages = find:
2627
You can’t perform that action at this time.
0 commit comments