Skip to content

Commit

Permalink
Add missing dependency packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxWinterstein committed Jun 18, 2022
1 parent 3dacc23 commit 42004da
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 1 deletion.
32 changes: 31 additions & 1 deletion 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 pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ arrow = "^0.17.0"
croniter = "^1.1.0"
google-play-scraper = "^1.1.0"
random_user_agent = "^1.0.1"
packaging = "^21.3"

[build-system]
requires = ["poetry-core>=1.0.0"]
Expand Down
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ 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.7" and python_version < "4"
packaging==21.3; python_version >= "3.6"
paho-mqtt==1.6.1
pyparsing==3.0.9; python_full_version >= "3.6.8" and python_version >= "3.6"
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"
Expand Down

0 comments on commit 42004da

Please sign in to comment.