Skip to content

Commit

Permalink
chore: update stubs to include FinancialMutation and FinancialStatement
Browse files Browse the repository at this point in the history
  • Loading branch information
TimEvci committed Nov 20, 2024
1 parent 225f610 commit e5547b8
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 41 deletions.
4 changes: 4 additions & 0 deletions moneysnake/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
from .contact import ContactPerson as ContactPerson
from .external_sales_invoice import ExternalSalesInvoice as ExternalSalesInvoice
from .payment import Payment as Payment
from .financial_mutation import FinancialMutation as FinancialMutation
from .financial_statement import FinancialStatement as FinancialStatement

__all__ = [
"MB_URL",
Expand All @@ -20,4 +22,6 @@
"ContactPerson",
"ExternalSalesInvoice",
"Payment",
"FinancialMutation",
"FinancialStatement",
]
86 changes: 46 additions & 40 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ readme = "README.md"
[tool.poetry.dependencies]
python = "^3.12"
httpx = "^0.27.2"
pytest-mock = "^3.14.0"

[tool.poetry.group.dev.dependencies]
mypy = "^1.11.2"
types-pygments = "^2.18.0.20240506"
pytest = "^8.3.3"
pytest-mock = "^3.14.0"

[build-system]
requires = ["poetry-core>=1.0.0"]
Expand Down

0 comments on commit e5547b8

Please sign in to comment.