Skip to content

Commit

Permalink
deleted rye cruft and bumped astroid
Browse files Browse the repository at this point in the history
  • Loading branch information
maxtheman committed Mar 12, 2024
1 parent ca2fcf6 commit 49b0876
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@ urls = {Documentation= "https://github.com/life4/deal"}

[project.optional-dependencies]
all = [
"astroid>=2.11.0",
"astroid>=3.1.0",
"deal-solver>=0.1.2",
"hypothesis",
"pygments",
"typeguard>=3.0.0",
"vaa>=0.2.1",
]
integration = [
"astroid>=2.11.0",
"astroid>=3.1.0",
"deal-solver>=0.1.2",
"hypothesis",
"pygments",
Expand Down Expand Up @@ -81,11 +81,6 @@ DEL = "deal.linter:Checker"
[project.entry-points."flake8.extension"]
DEL = "deal.linter:Checker"

[tool]
rye = { dev-dependencies = [
"flit>=3.9.0",
] }

[tool.pytest.ini_options]
python_classes = ""
addopts = [
Expand Down

0 comments on commit 49b0876

Please sign in to comment.