diff --git a/requirements-dev.txt b/requirements-dev.txt index 951c2d2..b0976ec 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -6,3 +6,4 @@ isort autoflake bandit autopep8 +pycose>=1.0.1 \ No newline at end of file diff --git a/setup.py b/setup.py index 7732618..0c3703e 100644 --- a/setup.py +++ b/setup.py @@ -39,7 +39,6 @@ def readme(): "cbor2>=5.4.0,<5.5.0", "cwt>=2.3.0,<2.4", "cbor-diag>=1.1.0,<1.2", - #'pycose>=1.0.1,<1.1.0' - "pycose @ git+https://github.com/devisefutures/pycose.git@hsm", + "pycose>=1.0.1" ], )