Skip to content
This repository was archived by the owner on Jun 9, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
296 changes: 1 addition & 295 deletions poetry.lock

Large diffs are not rendered by default.

16 changes: 1 addition & 15 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ betterproto = { git = "https://github.com/betterproto/python-betterproto2", rev
ruff = "~0.7.4"
grpclib = "^0.4.1"
jinja2 = ">=3.0.3"
python-dateutil = "^2.8"
typing-extensions = "^4.7.1"

[tool.poetry.group.dev.dependencies]
Expand All @@ -32,20 +31,11 @@ mkdocstrings = {version = "^0.27.0", python = ">=3.10", extras = ["python"]}
[tool.poetry.group.test.dependencies]
poethepoet = ">=0.9.0"
pytest = "^6.2.5"
pytest-asyncio = "^0.12.0"
pytest-cov = "^2.9.0"
pytest-mock = "^3.1.1"
pydantic = ">=2.0,<3"
protobuf = "^4"
cachelib = "^0.10.2"
tomlkit = ">=0.7.0"

[tool.poetry.scripts]
protoc-gen-python_betterproto = "betterproto2_compiler.plugin:main"

[tool.poetry.extras]
rust-codec = ["betterproto-rust-codec"]

[tool.ruff]
extend-exclude = ["tests/output_*"]
target-version = "py310"
Expand Down Expand Up @@ -73,7 +63,7 @@ combine-as-imports = true

[tool.poe.tasks.generate]
script = "tests.generate:main"
help = "Generate test cases (do this once before running test)"
help = "Generate test cases"

[tool.poe.tasks.types]
cmd = "mypy src --ignore-missing-imports"
Expand Down Expand Up @@ -103,10 +93,6 @@ help = "Check that the source code is formatted"
cmd = "ruff check --select I src tests"
help = "Check that the imports are sorted"

[tool.poe.tasks.docs]
cmd = "sphinx-build docs docs/build"
help = "Build the sphinx docs"

[tool.poe.tasks.generate_lib]
cmd = """
protoc
Expand Down
3 changes: 0 additions & 3 deletions src/betterproto2_compiler/_version.py

This file was deleted.

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

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

51 changes: 0 additions & 51 deletions src/betterproto2_compiler/utils.py

This file was deleted.

Loading