Skip to content

Commit

Permalink
Updated API
Browse files Browse the repository at this point in the history
- updated poetry
  • Loading branch information
ademchenko committed Jun 25, 2024
1 parent f6a62a7 commit 6e5e24b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,5 @@ addopts = "--cov=ctrader_openApiPy --cov-branch --cov-report term-missing -vv -
python_files = "tests.py test_*.py *_tests.py"

[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"
requires = ["poetry-core>=1.0.8"]
build-backend = "poetry.core.masonry.api"

0 comments on commit 6e5e24b

Please sign in to comment.