Skip to content

Commit

Permalink
Remove unused dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gingershaped committed Oct 15, 2024
1 parent 7110af6 commit 51581e5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 89 deletions.
95 changes: 9 additions & 86 deletions poetry.lock

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

4 changes: 1 addition & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
[tool.poetry]
name = "sechat"
version = "2.0.0"
version = "3.0.0"
description = "A BETTER Stack Exchange chat library."
readme = "README.md"
authors = ["Ginger <[email protected]>"]

[tool.poetry.dependencies]
python = ">=3.11.0,<4.0.0"
bs4 = "^0.0.1"
platformdirs = "^3.0.0"
websockets = "^10.4"
aiohttp = "^3.8.3"
backoff = "^2.2.1"
lxml = "^5.3.0"
Expand Down

0 comments on commit 51581e5

Please sign in to comment.