Skip to content

Commit 0494e39

Browse files
committed
Add deps to pyproject
1 parent ce76ee0 commit 0494e39

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

isomdoc/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from .create.create_mdoc import create_mdoc
22
from .verify.verify_mdoc import verify_device_response
33

4-
__version__ = "0.0.2"
4+
__version__ = "0.0.3"
55

66
__all__ = ["create_mdoc", "verify_device_response"]

pyproject.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
[project]
22
name = "isomdoc"
3-
version = "0.0.2"
3+
dependencies = [
4+
"cbor2",
5+
"cryptography"
6+
]
7+
version = "0.0.3"
48
authors = [
59
{ name="Lee Campbell", email="leecam@google.com" },
610
]

0 commit comments

Comments
 (0)