Skip to content

Commit

Permalink
Updated to uv dependency groups
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesbraza committed Nov 3, 2024
1 parent acfa556 commit 56b338b
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,27 @@
build-backend = "setuptools.build_meta"
requires = ["setuptools>=64", "setuptools_scm>=8"]

[dependency-groups]
dev = [
"ipython>=8", # Pin to keep recent
"mypy>=1.8", # Pin for mutable-override
"paper-qa[datasets,ldp,typing,zotero,local]",
"pre-commit>=3.4", # Pin to keep recent
"pydantic~=2.0",
"pylint-pydantic",
"pytest-asyncio",
"pytest-recording",
"pytest-rerunfailures",
"pytest-subtests",
"pytest-sugar",
"pytest-timer[colorama]",
"pytest-xdist",
"pytest>=8", # Pin to keep recent
"python-dotenv",
"refurb>=2", # Pin to keep recent
"typeguard",
]

[project]
authors = [
{email = "hello@futurehouse.org", name = "FutureHouse technical staff"},
Expand Down Expand Up @@ -406,24 +427,3 @@ in_place = true
spaces_before_inline_comment = 2 # Match Python PEP 8
spaces_indent_inline_array = 4 # Match Python PEP 8
trailing_comma_inline_array = true

[tool.uv]
dev-dependencies = [
"ipython>=8", # Pin to keep recent
"mypy>=1.8", # Pin for mutable-override
"paper-qa[datasets,ldp,typing,zotero,local]",
"pre-commit>=3.4", # Pin to keep recent
"pydantic~=2.0",
"pylint-pydantic",
"pytest-asyncio",
"pytest-recording",
"pytest-rerunfailures",
"pytest-subtests",
"pytest-sugar",
"pytest-timer[colorama]",
"pytest-xdist",
"pytest>=8", # Pin to keep recent
"python-dotenv",
"refurb>=2", # Pin to keep recent
"typeguard",
]

0 comments on commit 56b338b

Please sign in to comment.