Skip to content

Commit 5f7b4a1

Browse files
committed
use pycose 1.0.1 and higher ootb
1 parent b856988 commit 5f7b4a1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ isort
66
autoflake
77
bandit
88
autopep8
9-
pycose>=1.0.1,<1.1
9+
pycose>=1.0.1

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def readme():
3939
"cbor2>=5.4.0,<5.5.0",
4040
"cwt>=2.3.0,<2.4",
4141
"cbor-diag>=1.1.0,<1.2",
42-
"pycose>=1.0.1,<1.1.0"
42+
"pycose>=1.0.1"
4343
# "pycose @ git+https://github.com/devisefutures/pycose.git@hsm",
4444
],
4545
)

0 commit comments

Comments
 (0)