Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mlin committed Jul 15, 2024
1 parent 34c4f19 commit c34fe40
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 24 deletions.
16 changes: 13 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,23 @@ dependencies = [

[project.optional-dependencies]
dev = [
"ruff",
"mypy",
"pytest",
"pytest-xdist",
"testfixtures",
"pytest-xdist",
"build",
"wheel",
"twine",
"mypy",
"ruff"
"coverage",
"python-coveralls",
"sphinx",
"sphinx-autobuild",
"sphinx_rtd_theme",
"sphinx-argparse",
"recommonmark",
"graphviz",
"boto3"
]

[project.scripts]
Expand Down
21 changes: 0 additions & 21 deletions requirements.dev.txt

This file was deleted.

0 comments on commit c34fe40

Please sign in to comment.