Skip to content

Commit

Permalink
fix: require darkgraylib branch newline-splitting
Browse files Browse the repository at this point in the history
  • Loading branch information
akaihola committed Jan 3, 2025
1 parent 8338c1c commit b0076b0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion constraints-oldest.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
# interpreter and Python ependencies. Keep this up-to-date with minimum
# versions in `setup.cfg`.
black==22.3.0
darkgraylib==2.1.0
# TODO: change to darkgraylib==2.1.1 when it's released
darkgraylib @ git+https://github.com/akaihola/darkgraylib@newline-splitting
defusedxml==0.7.1
flake8-2020==1.6.1
flake8-bugbear==22.1.11
Expand Down
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ package_dir =
packages = find:
install_requires =
# NOTE: remember to keep `constraints-oldest.txt` in sync with these
darkgraylib~=2.1.0
# TODO: update to darkgraylib~=2.1.1 when released
darkgraylib @ git+https://github.com/akaihola/darkgraylib@newline-splitting
toml>=0.10.0
typing_extensions>=4.0.1
# NOTE: remember to keep `.github/workflows/python-package.yml` in sync
Expand Down

0 comments on commit b0076b0

Please sign in to comment.