diff --git a/requirements.in b/requirements.in index 8a25979..0f7cb98 100644 --- a/requirements.in +++ b/requirements.in @@ -1,4 +1,5 @@ ansible ansible-lint pip-tools -yamllint \ No newline at end of file +yamllint +pytz diff --git a/requirements.txt b/requirements.txt index 4165225..7a11d8e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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 # @@ -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