Skip to content

Commit

Permalink
Update dependencies for metricflow-semantics.
Browse files Browse the repository at this point in the history
  • Loading branch information
plypaul committed Jun 21, 2024
1 parent 264b2bf commit 2a3cf7d
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions metricflow-semantics/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,16 +33,21 @@ files = [
"extra-hatch-configuration/requirements.txt",
]

[tool.hatch.metadata.hooks.requirements_txt.optional-dependencies]
dev-packages = [
"extra-hatch-configuration/requirements-dev-packages.txt",
]

[tool.hatch.envs.dev-env]
description = "Environment for development. Includes a DuckDB-backed client."

features = [
"dev-packages",
dependencies = [
# Developer tools
"mypy>=1.7.0, <1.8.0",
"pre-commit>=3.2.2, <3.3.0",
"pytest-mock>=3.14.0, <3.15.0",
"pytest-xdist>=3.6.0, <3.7.0",
"pytest>=8.0.0, < 9.0.0",
"PyYAML>=6.0, <7.0.0",
"tabulate>=0.8.9",
"types-PyYAML",
"types-python-dateutil",
"types-tabulate",
]


Expand Down

0 comments on commit 2a3cf7d

Please sign in to comment.