Skip to content

Commit

Permalink
Merge pull request #72 from mj0nez/patch-tox-and-holidays-pin
Browse files Browse the repository at this point in the history
fix: patch tox and holidays pin
  • Loading branch information
mj0nez authored Jan 2, 2024
2 parents 85fe37d + 70579d6 commit 4851345
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
8 changes: 3 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,10 @@
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# pip-compile -r requirements.in
# pip-compile requirements.in
#
holidays<0.28 ; python_version < "3.8"
holidays>=0.28 ; python_version >= "3.8"
# via
# -r requirements.in
holidays==0.40
# via -r requirements.in
python-dateutil==2.8.2
# via
# -r requirements.in
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ commands =
[testenv:format]
# install isort and black and invoke them on the current folder
deps =
-r dev_requirements/requirements-formatting.txt
-r dev_requirements/requirements-format.txt
commands =
isort .
black .
Expand Down

0 comments on commit 4851345

Please sign in to comment.