Skip to content

Commit

Permalink
add all deps to build
Browse files Browse the repository at this point in the history
  • Loading branch information
clintonsteiner committed Jan 18, 2025
1 parent 803686c commit 53b36bf
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,30 @@ dependencies = [
"darkgraylib~=1.2.0",
"toml>=0.10.0",
"typing_extensions>=4.0.1",
"darkgray-dev-tools~=0.1.1",
"defusedxml>=0.7.1",
"flynt>=0.76",
"isort>=5.0.1",
"mypy>=0.990",
"packaging",
"pathspec", # to test `gen_python_files` in `test_black_diff.py`
"pydocstyle",
"pygments>=2.4.0",
"pyupgrade>=2.31.0",
"pylint>=3.2.7",
"pylint-per-file-ignores",
"pytest>=6.2.0",
"pytest-kwparametrize>=0.0.3",
"pyupgrade>=2.31.0",
"regex>=2021.4.4",
"requests_cache>=0.7",
"ruamel.yaml>=0.17.21",
"ruff>=0.0.292",
"twine>=2.0.0",
"types-requests>=2.27.9",
"types-toml>=0.10.4",
"wheel>=0.21.0",
"astor>=0.8.1",
]
dynamic = ["readme"]

Expand Down

0 comments on commit 53b36bf

Please sign in to comment.