Skip to content

Commit

Permalink
/* PR_START p--py312 12 */ Move dev-related packages out of dependenc…
Browse files Browse the repository at this point in the history
…ies.
  • Loading branch information
plypaul committed Jun 4, 2024
1 parent aae39c9 commit a40e347
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 2 additions & 0 deletions extra-hatch-configuration/requirements-dev-packages.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ pre-commit>=3.2.2, <3.3.0
pytest-mock>=3.7.0, <3.8.0
pytest-xdist>=3.2.1, <3.3.0
pytest>=7.1.1, < 7.2.0
PyYAML>=6.0, <7.0.0
graphviz>=0.18.2, <0.21
types-PyYAML
types-python-dateutil
types-tabulate
1 change: 1 addition & 0 deletions metricflow-semantics/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ classifiers = [

dependencies = [
"dbt-semantic-interfaces>=0.5.1, <0.6.0",
"python-dateutil>=2.8.2, <2.9.0",
"rapidfuzz>=3.0, <4.0",
]

Expand Down
4 changes: 0 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,9 @@ classifiers = [
]
dependencies = [
"Jinja2>=3.1.3",
"PyYAML>=6.0, <7.0.0",
"dbt-semantic-interfaces>=0.5.1, <0.6.0",
"graphviz>=0.18.2, <0.21",
"more-itertools>=8.10.0, <10.2.0",
"pydantic>=1.10.0, <1.11.0",
"python-dateutil>=2.8.2, <2.9.0",
"rapidfuzz>=3.0, <4.0",
"tabulate>=0.8.9",
"typing_extensions>=4.4, <5.0",
]
Expand Down

0 comments on commit a40e347

Please sign in to comment.