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.
2 parents c0b6467 + e62abaa commit e873c8aCopy full SHA for e873c8a
requirements-dev.txt
@@ -6,3 +6,4 @@ isort
6
autoflake
7
bandit
8
autopep8
9
+pycose>=1.0.1
setup.py
@@ -39,7 +39,6 @@ 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"
44
],
45
)
0 commit comments