Skip to content

Commit

Permalink
update requirements.txt to include pytz
Browse files Browse the repository at this point in the history
required for ladder module
  • Loading branch information
ssbm-oro committed Mar 4, 2021
1 parent d58f4a3 commit d6caf7b
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
3 changes: 3 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ idna==2.10; python_version >= "2.7" and python_full_version < "3.0.0" or python_
python-dateutil==2.8.1; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.3.0") \
--hash=sha256:73ebfe9dbf22e832286dafa60473e4cd239f8592f699aa5adaf10050e6e1823c \
--hash=sha256:75bb3f31ea686f1197762692a9ee6a7550b59fc6ca3a1f4b5d7e32fb98e2da2a
pytz==2021.1 \
--hash=sha256:eb10ce3e7736052ed3623d49975ce333bcd712c7bb19a58b9e2089d4057d0798 \
--hash=sha256:83a4a90894bf38e243cf052c8b58f381bfe9a7a483f6a9cab140bc7f702ac4da
requests==2.25.1; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.5.0") \
--hash=sha256:c210084e36a42ae6b9219e00e48287def368a26d03a048ddad7bfee44f75871e \
--hash=sha256:27973dd4a904a4f13b263a19c866c13b92a39ed1c964655f025f3f8d3d75b804
Expand Down
14 changes: 13 additions & 1 deletion src/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ dataclasses = { version = "^0.8", python = "~3.6.1, <3.7" }
python-dateutil = "^2.8.1"
requests = "^2.25.0"
websockets = { version = "^8.1", python = "^3.6.1" }
pytz = "^2021.1"

[tool.poetry.dev-dependencies]

Expand Down

0 comments on commit d6caf7b

Please sign in to comment.