Skip to content

Commit

Permalink
TEMP: install darkgraylib from branch
Browse files Browse the repository at this point in the history
  • Loading branch information
akaihola committed Oct 28, 2024
1 parent ee6f216 commit 7a46f08
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.0.1
# TODO: upgrade to darkgraylib~=2.1.0 when released
darkgraylib @ git+https://github.com/akaihola/darkgraylib.git@module-scope-git-repo-fixture
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.0.1
# TODO: upgrade to darkgraylib~=2.1.0 when released
darkgraylib @ git+https://github.com/akaihola/darkgraylib.git@module-scope-git-repo-fixture
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 7a46f08

Please sign in to comment.