Skip to content

Commit

Permalink
Merge pull request #59 from madeddie/54-refactor-split-out-client
Browse files Browse the repository at this point in the history
54 refactor split out client
  • Loading branch information
madeddie authored May 28, 2024
2 parents 717a10d + 659245b commit 87451bf
Show file tree
Hide file tree
Showing 19 changed files with 1,133 additions and 519 deletions.
8 changes: 7 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,13 @@ dev-dependencies = [
allow-direct-references = true

[tool.hatch.build.targets.wheel]
packages = ["src/tyora"]
packages = ["tyora"]

[tool.pytest.ini_options]
addopts = "--cov"

[tool.ruff.lint]
extend-select = ["I"]

[tool.pyright]
reportAny = false
2 changes: 1 addition & 1 deletion requirements-dev.lock
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ pytest==8.2.1
pytest-cov==5.0.0
pyyaml==6.0.1
# via pre-commit
requests==2.32.1
requests==2.32.2
# via requests-mock
# via requests-toolbelt
# via tyora
Expand Down
2 changes: 1 addition & 1 deletion requirements.lock
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ idna==3.7
# via requests
platformdirs==4.2.2
# via tyora
requests==2.32.1
requests==2.32.2
# via requests-toolbelt
# via tyora
requests-toolbelt==1.0.0
Expand Down
Loading

0 comments on commit 87451bf

Please sign in to comment.