Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion build-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# NOTE: this needs to be kept in sync with the "requires" list in pyproject.toml
-r mypy-requirements.txt
types-psutil
types-setuptools
# TODO: fix build when using the latest version of types-setuptools
types-setuptools<67.4.0.2
types-typed-ast>=1.5.8,<1.6.0
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ requires = [
"tomli>=1.1.0; python_version<'3.11'",
# the following is from build-requirements.txt
"types-psutil",
"types-setuptools",
"types-setuptools<67.4.0.2", # TODO: fix build when using the latest version of types-setuptools
"types-typed-ast>=1.5.8,<1.6.0",
]
build-backend = "setuptools.build_meta"
Expand Down