Skip to content

Commit

Permalink
docs: add myself to authors
Browse files Browse the repository at this point in the history
  • Loading branch information
iloveitaly committed Oct 29, 2023
1 parent 378f8e5 commit 6095fb3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "netsuite"
version = "0.9.0"
description = "Make async requests to NetSuite SuiteTalk SOAP/REST Web Services and Restlets"
authors = ["Jacob Magnusson <m@jacobian.se>"]
authors = ["Jacob Magnusson <m@jacobian.se>", "Mike Bianco <mike@mikebian.co>"]
license = "MIT"
readme = "README.md"
homepage = "https://jacobsvante.github.io/netsuite/"
Expand Down Expand Up @@ -30,13 +30,15 @@ pydantic = ">=1,<3"
orjson = { version = "~3", optional = true }
ipython = { version = "~8", optional = true, python = "^3.8" }
zeep = { version = "~4", optional = true, extras = ["async"] }
pyodbc = { version = "^5.0.1", optional = true }
oauthlib = "~3"

[tool.poetry.extras]
odbc = ["pyodbc"]
soap_api = ["zeep"]
cli = ["ipython"]
orjson = ["orjson"]
all = ["zeep", "ipython", "orjson"]
all = ["zeep", "ipython", "orjson", "odbc"]

[tool.poetry.dev-dependencies]
black = "~23"
Expand Down

0 comments on commit 6095fb3

Please sign in to comment.