Skip to content

Commit

Permalink
requirements-dev.txt: add explicit [toml] dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
rnag committed Nov 14, 2024
1 parent 8c91519 commit 4d33cde
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ flake8>=3 # pyup: ignore
tox==4.23.2
# Extras
pytimeparse==1.1.8
# [toml] extra
tomli>=2,<3; python_version=="3.9"
tomli>=2,<3; python_version=="3.10"
tomli-w>=1,<2
# TODO I don't know if we need the below on CI
coverage>=6.2
pip>=21.3.1
Expand Down

0 comments on commit 4d33cde

Please sign in to comment.