Skip to content

Commit

Permalink
env: removing beautifulsoup4
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruvinsh committed Nov 6, 2023
1 parent 5e83da6 commit 88c7f60
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 38 deletions.
33 changes: 2 additions & 31 deletions poetry.lock

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

1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ authors = ["Dhruvin Shah <dhruvin3@gmail.com>"]
[tool.poetry.dependencies]
python = "^3.11"
httpx = ">=0.23.0"
beautifulsoup4 = "^4.11.1"
qbittorrent-api = ">=2023.3.44"
tqdm = "^4.65.0"
pyyaml = "^6.0"
Expand Down
6 changes: 0 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
anyio==4.0.0 ; python_version >= "3.11" and python_version < "4.0" \
--hash=sha256:cfdb2b588b9fc25ede96d8db56ed50848b0b649dca3dd1df0b11f683bb9e0b5f \
--hash=sha256:f7ed51751b2c2add651e5747c891b47e26d2a21be5d32d9311dfe9692f3e5d7a
beautifulsoup4==4.12.2 ; python_version >= "3.11" and python_version < "4.0" \
--hash=sha256:492bbc69dca35d12daac71c4db1bfff0c876c00ef4a2ffacce226d4638eb72da \
--hash=sha256:bd2520ca0d9d7d12694a53d44ac482d181b4ec1888909b035a3dbf40d0f57d4a
certifi==2023.7.22 ; python_version >= "3.11" and python_version < "4.0" \
--hash=sha256:539cc1d13202e33ca466e88b2807e29f4c13049d6d87031a3c110744495cb082 \
--hash=sha256:92d6037539857d8206b8f6ae472e8b77db8058fec5937a1ef3f54304089edbb9
Expand Down Expand Up @@ -182,9 +179,6 @@ semver==3.0.2 ; python_version >= "3.11" and python_version < "4.0" \
sniffio==1.3.0 ; python_version >= "3.11" and python_version < "4.0" \
--hash=sha256:e60305c5e5d314f5389259b7f22aaa33d8f7dee49763119234af3755c55b9101 \
--hash=sha256:eecefdce1e5bbfb7ad2eeaabf7c1eeb404d7757c379bd1f7e5cce9d8bf425384
soupsieve==2.5 ; python_version >= "3.11" and python_version < "4.0" \
--hash=sha256:5663d5a7b3bfaeee0bc4372e7fc48f9cff4940b3eec54a6451cc5299f1097690 \
--hash=sha256:eaa337ff55a1579b6549dc679565eac1e3d000563bcb1c8ab0d0fefbc0c2cdc7
tqdm==4.66.1 ; python_version >= "3.11" and python_version < "4.0" \
--hash=sha256:d302b3c5b53d47bce91fea46679d9c3c6508cf6332229aa1e7d8653723793386 \
--hash=sha256:d88e651f9db8d8551a62556d3cff9e3034274ca5d66e93197cf2490e2dcb69c7
Expand Down

0 comments on commit 88c7f60

Please sign in to comment.