Skip to content

Commit

Permalink
update multion-py sdk poetry setup (MULTI-ON#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
NamanGarg20 authored Nov 5, 2023
1 parent fa582ef commit 39f37e6
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
get_remote
)

from . import browse
from .browse import MultionToolSpec

from importlib import metadata

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
5 changes: 3 additions & 2 deletions sdks/multion-py/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[tool.poetry]
name = "multion"
version = "0.2.12"
version = "0.2.13"
description = "MULTION API"
authors = ["Div Garg"]
include = ["secrets.json", "browse.py"]
include = ["multion/secrets.json, multion/*.py"]
readme = "README.md"

[tool.poetry.dependencies]
Expand All @@ -15,6 +15,7 @@ cryptography = "^41.0.1"
ipython = "^8.1.0"
cognitojwt = "^1.4.1"
pillow = "^10.0.1"
pytesseract = "^0.3.10"


[build-system]
Expand Down

0 comments on commit 39f37e6

Please sign in to comment.