Skip to content

Commit 2c4f861

Browse files
committed
Remove unnecessary deps
1 parent e015f0c commit 2c4f861

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

pyproject.toml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -46,19 +46,14 @@ keywords = [
4646
# https://github.com/apify/apify-sdk-python/pull/154.
4747
[tool.poetry.dependencies]
4848
python = "^3.9"
49-
aiofiles = "^22.1.0"
50-
aioshutil = "^1.0"
5149
apify-client = "^1.7.1"
5250
apify-shared = "^1.1.2"
5351
colorama = "^0.4.6"
5452
crawlee = "^0.3.0"
5553
cryptography = "^42.0.4"
5654
httpx = "^0.27.0"
5755
lazy-object-proxy = "^1.10.0"
58-
psutil = "^6.0.0"
59-
pyee = "^11.0.0"
6056
scrapy = { version = "^2.11.0", optional = true }
61-
sortedcollections = "^2.0.0"
6257
typing-extensions = "^4.1.0"
6358
websockets = "^10.1"
6459

@@ -77,10 +72,7 @@ pytest-xdist = "^3.6.0"
7772
respx = "^0.21.0"
7873
ruff = "^0.6.0"
7974
setuptools = "^74.0.0" # setuptools are used by pytest but not explicitly required
80-
twine = "^5.1.0"
81-
types-aiofiles = "^24.1.0.20240626"
8275
types-colorama = "^0.4.15.20240311"
83-
types-psutil = "^6.0.0.20240621"
8476

8577
[tool.poetry.extras]
8678
scrapy = ["scrapy"]
@@ -191,7 +183,7 @@ warn_unused_ignores = true
191183
exclude = []
192184

193185
[[tool.mypy.overrides]]
194-
module = ['scrapy', 'scrapy.*', 'sortedcollections', 'lazy_object_proxy']
186+
module = ['scrapy', 'scrapy.*', 'lazy_object_proxy']
195187
ignore_missing_imports = true
196188

197189
[tool.coverage.report]

0 commit comments

Comments
 (0)