We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b856988 commit 5f7b4a1Copy full SHA for 5f7b4a1
requirements-dev.txt
@@ -6,4 +6,4 @@ isort
6
autoflake
7
bandit
8
autopep8
9
-pycose>=1.0.1,<1.1
+pycose>=1.0.1
setup.py
@@ -39,7 +39,7 @@ def readme():
39
"cbor2>=5.4.0,<5.5.0",
40
"cwt>=2.3.0,<2.4",
41
"cbor-diag>=1.1.0,<1.2",
42
- "pycose>=1.0.1,<1.1.0"
+ "pycose>=1.0.1"
43
# "pycose @ git+https://github.com/devisefutures/pycose.git@hsm",
44
],
45
)
0 commit comments