File tree Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Original file line number Diff line number Diff line change @@ -46,19 +46,14 @@ keywords = [
46
46
# https://github.com/apify/apify-sdk-python/pull/154.
47
47
[tool .poetry .dependencies ]
48
48
python = " ^3.9"
49
- aiofiles = " ^22.1.0"
50
- aioshutil = " ^1.0"
51
49
apify-client = " ^1.7.1"
52
50
apify-shared = " ^1.1.2"
53
51
colorama = " ^0.4.6"
54
52
crawlee = " ^0.3.0"
55
53
cryptography = " ^42.0.4"
56
54
httpx = " ^0.27.0"
57
55
lazy-object-proxy = " ^1.10.0"
58
- psutil = " ^6.0.0"
59
- pyee = " ^11.0.0"
60
56
scrapy = { version = " ^2.11.0" , optional = true }
61
- sortedcollections = " ^2.0.0"
62
57
typing-extensions = " ^4.1.0"
63
58
websockets = " ^10.1"
64
59
@@ -77,10 +72,7 @@ pytest-xdist = "^3.6.0"
77
72
respx = " ^0.21.0"
78
73
ruff = " ^0.6.0"
79
74
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"
82
75
types-colorama = " ^0.4.15.20240311"
83
- types-psutil = " ^6.0.0.20240621"
84
76
85
77
[tool .poetry .extras ]
86
78
scrapy = [" scrapy" ]
@@ -191,7 +183,7 @@ warn_unused_ignores = true
191
183
exclude = []
192
184
193
185
[[tool .mypy .overrides ]]
194
- module = [' scrapy' , ' scrapy.*' , ' sortedcollections ' , ' lazy_object_proxy' ]
186
+ module = [' scrapy' , ' scrapy.*' , ' lazy_object_proxy' ]
195
187
ignore_missing_imports = true
196
188
197
189
[tool .coverage .report ]
You can’t perform that action at this time.
0 commit comments