File tree Expand file tree Collapse file tree 1 file changed +23
-25
lines changed Expand file tree Collapse file tree 1 file changed +23
-25
lines changed Original file line number Diff line number Diff line change @@ -46,33 +46,31 @@ keywords = [
46
46
# https://github.com/apify/apify-sdk-python/pull/154.
47
47
[tool .poetry .dependencies ]
48
48
python = " ^3.9"
49
- apify-client = " ^1.7.1"
50
- apify-shared = " ^1.1.2"
51
- colorama = " ^0.4.6"
52
- crawlee = " ^0.3.0"
53
- cryptography = " ^42.0.4"
54
- httpx = " ^0.27.0"
55
- lazy-object-proxy = " ^1.10.0"
56
- scrapy = { version = " ^2.11.0" , optional = true }
57
- typing-extensions = " ^4.1.0"
58
- websockets = " ^10.1"
49
+ apify-client = " >=1.7.1"
50
+ apify-shared = " >=1.1.2"
51
+ crawlee = " >=0.3.0"
52
+ cryptography = " >=42.0.0"
53
+ httpx = " >=0.27.0"
54
+ lazy-object-proxy = " >=1.10.0"
55
+ scrapy = { version = " >=2.11.0" , optional = true }
56
+ typing-extensions = " >=4.1.0"
57
+ websockets = " >=10.0"
59
58
60
59
[tool .poetry .group .dev .dependencies ]
61
- build = " ^1.2.0"
62
- filelock = " ^3.15.0"
63
- mypy = " ^1.11.0"
64
- pre-commit = " ^3.8.0"
65
- pydoc-markdown = " ^4.8.0"
66
- pytest = " ^8.3.0"
67
- pytest-asyncio = " ^0.24.0"
68
- pytest-cov = " ^5.0.0"
69
- pytest-only = " ^2.1.0"
70
- pytest-timeout = " ^2.3.0"
71
- pytest-xdist = " ^3.6.0"
72
- respx = " ^0.21.0"
73
- ruff = " ^0.6.0"
74
- setuptools = " ^74.0.0" # setuptools are used by pytest but not explicitly required
75
- types-colorama = " ^0.4.15.20240311"
60
+ build = " ~1.2.0"
61
+ filelock = " ~3.15.0"
62
+ mypy = " ~1.11.0"
63
+ pre-commit = " ~3.8.0"
64
+ pydoc-markdown = " ~4.8.0"
65
+ pytest = " ~8.3.0"
66
+ pytest-asyncio = " ~0.24.0"
67
+ pytest-cov = " ~5.0.0"
68
+ pytest-only = " ~2.1.0"
69
+ pytest-timeout = " ~2.3.0"
70
+ pytest-xdist = " ~3.6.0"
71
+ respx = " ~0.21.0"
72
+ ruff = " ~0.6.0"
73
+ setuptools = " ~74.0.0" # setuptools are used by pytest but not explicitly required
76
74
77
75
[tool .poetry .extras ]
78
76
scrapy = [" scrapy" ]
You can’t perform that action at this time.
0 commit comments