Skip to content

Commit

Permalink
Comment for tomli
Browse files Browse the repository at this point in the history
  • Loading branch information
Avasam committed Mar 6, 2024
1 parent 13ff3bf commit a1fddd3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -58,14 +58,15 @@ testing =
pip>=19.1 # For proper file:// URLs support.
ini2toml[lite]>=0.9
tomli-w>=1.0.0
tomli
pytest-timeout
pytest-perf; \
# workaround for jaraco/inflect#195, pydantic/pydantic-core#773 (see #3986)
sys_platform != "cygwin"
# for tools/finalize.py
jaraco.develop >= 7.21; python_version >= "3.9" and sys_platform != "cygwin"
pytest-home >= 0.5
# No Python 3.11 dependencies require tomli, but needed for type-checking since we import it directly
tomli
# No Python 3.12 dependencies require importlib_metadata, but needed for type-checking since we import it directly
importlib_metadata

Expand Down

0 comments on commit a1fddd3

Please sign in to comment.