From 07bd6a8868998ee603bd97397dc97e9fc7fb0671 Mon Sep 17 00:00:00 2001 From: Oliver Rahner Date: Thu, 9 Dec 2021 12:21:09 +0100 Subject: [PATCH 1/3] bugfix/move requirements to setup.py --- requirements.txt | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/requirements.txt b/requirements.txt index 9cd51d4f..9c558e35 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,14 +1 @@ -certifi==2021.5.30 -cffi==1.14.6 -charset-normalizer==2.0.6 -cryptography==3.4.8 -idna==3.2 -paho-mqtt==1.5.1 -protobuf==3.18.0 -pycparser==2.20 -requests==2.26.0 -urllib3==1.26.7 -pytest==6.2.5 -black==21.9b0 -flake8==3.9.2 -pyflakes==2.3.1 +. From 8ddbd10ce7761b02b1406b93e6f4466b3bf57e03 Mon Sep 17 00:00:00 2001 From: Oliver Rahner Date: Thu, 9 Dec 2021 12:22:30 +0100 Subject: [PATCH 2/3] Update setup.py --- setup.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 87cc2bb6..101056f4 100644 --- a/setup.py +++ b/setup.py @@ -31,7 +31,9 @@ 'idna~=3.2', 'pycparser~=2.20', 'requests~=2.26.0', - 'urllib3~=1.26.7' + 'urllib3~=1.26.7', + 'paho-mqtt~=1.5.1', + 'protobuf~=3.18.0' ], project_urls={ 'Documentation': 'https://github.com/DKE-Data/agrirouter-sdk-python', From 766bece2a84b4eb3f9ff170aab95f6f23bebcde2 Mon Sep 17 00:00:00 2001 From: Oliver Rahner Date: Thu, 9 Dec 2021 12:22:46 +0100 Subject: [PATCH 3/3] Update requirements.txt --- requirements.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/requirements.txt b/requirements.txt index 9c558e35..f0e68cf8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1,5 @@ . +pytest==6.2.5 +black==21.9b0 +flake8==3.9.2 +pyflakes==2.3.1