Skip to content

Commit 3c9f432

Browse files
committed
For release
1 parent eba3d2c commit 3c9f432

File tree

2 files changed

+3
-10
lines changed

2 files changed

+3
-10
lines changed

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
certifi >= 14.05.14
1+
certifi >= 2017.4.17
22
six >= 1.10
33
python_dateutil >= 2.5.3
44
setuptools >= 21.0.0
5-
urllib3 >= 1.15.1
5+
urllib3 >= 1.23
66
requests==2.26.0

setup.py

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,7 @@
1818
from os import path
1919

2020
NAME = "tb-rest-client"
21-
VERSION = "1.4"
22-
REQUIRES = [
23-
"certifi>=2017.4.17",
24-
"python-dateutil>=2.1",
25-
"six>=1.10",
26-
"urllib3>=1.23"
27-
]
21+
VERSION = "1.5"
2822

2923
this_directory = path.abspath(path.dirname(__file__))
3024
with open(path.join(this_directory, 'README.md'), encoding='utf-8') as f:
@@ -38,7 +32,6 @@
3832
license="Apache Software License (Apache Software License 2.0)",
3933
url="https://thingsboard.io/docs/reference/python-rest-client/",
4034
keywords=["IoT", "ThingsBoard", "ThingsBoard REST API client"],
41-
install_requires=REQUIRES,
4235
packages=find_packages(),
4336
include_package_data=True,
4437
long_description=long_description,

0 commit comments

Comments
 (0)