Skip to content

Commit

Permalink
Add missing dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxWinterstein committed Jun 18, 2022
1 parent 8482874 commit 3dacc23
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 27 deletions.
61 changes: 42 additions & 19 deletions poetry.lock

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

4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ profile = "black"

[tool.poetry]
name = "toogoodtogo-ha-mqtt-bridge"
version = "2.2.0"
version = "2.2.1"
description = ""
authors = ["Max Winterstein <github@winterstein.mx>"]

Expand All @@ -19,6 +19,8 @@ coloredlogs = "^15.0"
tenacity = "^6.3.1"
arrow = "^0.17.0"
croniter = "^1.1.0"
google-play-scraper = "^1.1.0"
random_user_agent = "^1.0.1"

[build-system]
requires = ["poetry-core>=1.0.0"]
Expand Down
16 changes: 9 additions & 7 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,17 +1,19 @@
arrow==0.17.0; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.5.0")
certifi==2022.5.18.1; python_version >= "3.6" and python_full_version < "3.0.0" and python_version < "4.0" or python_version >= "3.6" and python_version < "4.0" and python_full_version >= "3.6.0"
charset-normalizer==2.0.12; python_version >= "3.6" and python_version < "4.0" and python_full_version >= "3.6.0"
certifi==2022.6.15; python_version >= "3.7" and python_version < "4"
charset-normalizer==2.0.12; python_version >= "3.7" and python_version < "4" and python_full_version >= "3.5.0"
coloredlogs==15.0.1; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.5.0")
croniter==1.3.5; (python_version >= "2.6" and python_full_version < "3.0.0") or (python_full_version >= "3.4.0")
dynaconf==3.1.8; python_version >= "3.7"
dynaconf==3.1.9; python_version >= "3.7"
google-play-scraper==1.1.0; python_version >= "3.6"
humanfriendly==10.0; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0"
idna==3.3; python_version >= "3.6" and python_full_version < "3.0.0" and python_version < "4.0" or python_version >= "3.6" and python_version < "4.0" and python_full_version >= "3.6.0"
idna==3.3; python_version >= "3.7" and python_version < "4"
paho-mqtt==1.6.1
pyreadline3==3.4.1; sys_platform == "win32" and python_version >= "3.8" and (python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0")
pyreadline==2.1; sys_platform == "win32" and python_version < "3.8" and (python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0")
python-dateutil==2.8.2; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0"
requests==2.27.1; python_version >= "3.6" and python_full_version < "3.0.0" and python_version < "4.0" or python_version >= "3.6" and python_version < "4.0" and python_full_version >= "3.6.0"
random-user-agent==1.0.1
requests==2.28.0; python_version >= "3.7" and python_version < "4"
six==1.16.0; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0"
tenacity==6.3.1
tgtg==0.11.3; python_version >= "3.6" and python_version < "4.0"
urllib3==1.26.9; python_version >= "3.6" and python_full_version < "3.0.0" and python_version < "4.0" or python_full_version >= "3.6.0" and python_version < "4" and python_version >= "3.6"
tgtg==0.11.4; python_version >= "3.7" and python_version < "4.0"
urllib3==1.26.9; python_version >= "3.7" and python_full_version < "3.0.0" and python_version < "4" or python_full_version >= "3.5.0" and python_version < "4" and python_version >= "3.7"

0 comments on commit 3dacc23

Please sign in to comment.