Skip to content

Commit

Permalink
Lock, add dep
Browse files Browse the repository at this point in the history
  • Loading branch information
aandres committed Oct 10, 2024
1 parent 9cc29aa commit ea1d84a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 100 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ all:
env:
test -d env || python3 -m venv env
. env/bin/activate && \
python -m pip install maturin pytest pyarrow googleapis-common-protos protobuf grpcio-tools
python -m pip install maturin pytest pyarrow googleapis-common-protos protobuf grpcio-tools protarrow


.PHONY: develop
Expand Down
95 changes: 1 addition & 94 deletions poetry.lock

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

8 changes: 3 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,27 +50,25 @@ setuptools-rust = "^0.10.6"


[tool.poetry.group.dev.dependencies]
black = ">=22.10.0"
coverage = ">=6.5.0"
flake8 = ">=5.0.4"
git-changelog = ">=2.2.0"
grpcio-tools = ">=1.46.0"
googleapis-common-protos = ">=1.53.0"
grpcio-tools = ">=1.46.0"
inflection = ">=0.5.1"
isort = ">=5.10.1"
maturin = "^1.3.1"
mkdocs = ">=1.4.2"
mkdocs-material = ">=9.0.3"
mkdocstrings = { version = ">=0.21.2", extras = ["python"] }
pip-tools = ">=6.12.1"
pre-commit = ">=2.20.0"
protarrow = "*"
pylint = ">=2.15.0"
pytest = ">=7.2.0"
pytest-benchmark = ">=4.0.0"
pytest-xdist = ">=3.1.0"
rooster-blue = ">=0.0.4"
ruff = "*"
maturin = "^1.3.1"
protarrow = "*"

[tool.maturin]
module-name = "ptars._lib"
Expand Down

0 comments on commit ea1d84a

Please sign in to comment.