diff --git a/requirements.txt b/requirements.txt index 9cd51d4f..f0e68cf8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,13 +1,4 @@ -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 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',