Skip to content

Commit e873c8a

Browse files
authored
Merge pull request #15 from oligatorr/main
Remove older to forked pycose in devisefutures repository
2 parents c0b6467 + e62abaa commit e873c8a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements-dev.txt

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

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ 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'
43-
"pycose @ git+https://github.com/devisefutures/pycose.git@hsm",
42+
"pycose>=1.0.1"
4443
],
4544
)

0 commit comments

Comments
 (0)