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 c0b6467 commit b856988Copy full SHA for b856988
requirements-dev.txt
@@ -6,3 +6,4 @@ isort
6
autoflake
7
bandit
8
autopep8
9
+pycose>=1.0.1,<1.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'
43
- "pycose @ git+https://github.com/devisefutures/pycose.git@hsm",
+ "pycose>=1.0.1,<1.1.0"
+ # "pycose @ git+https://github.com/devisefutures/pycose.git@hsm",
44
],
45
)
0 commit comments