Skip to content

Commit

Permalink
Merge pull request #61 from sown/feature/add-missing-pytz
Browse files Browse the repository at this point in the history
Add missing pytz requirement
  • Loading branch information
Tyler-Ward authored Nov 12, 2023
2 parents 2b56239 + e7da709 commit fc5a3b4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion requirements.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
ansible
ansible-lint
pip-tools
yamllint
yamllint
pytz
6 changes: 4 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# This file is autogenerated by pip-compile with python 3.10
# To update, run:
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# pip-compile
#
Expand Down Expand Up @@ -71,6 +71,8 @@ pyproject-hooks==1.0.0
# via build
pyrsistent==0.19.3
# via jsonschema
pytz==2023.3.post1
# via -r requirements.in
pyyaml==6.0
# via
# ansible-compat
Expand Down

0 comments on commit fc5a3b4

Please sign in to comment.