@@ -12,6 +12,7 @@ readme = "README.md"
12
12
requires-python = " >=3.9"
13
13
classifiers = [
14
14
" Development Status :: 5 - Production/Stable" ,
15
+ " Environment :: Console" ,
15
16
" Intended Audience :: Developers" ,
16
17
" License :: OSI Approved :: Apache Software License" ,
17
18
" Operating System :: OS Independent" ,
@@ -51,28 +52,31 @@ dependencies = [
51
52
scrapy = [" scrapy>=2.11.0" ]
52
53
53
54
[project .urls ]
54
- "Homepage" = " https://docs.apify.com/sdk/python/"
55
- "Apify homepage" = " https://apify.com"
55
+ "Apify Homepage" = " https://apify.com"
56
56
"Changelog" = " https://docs.apify.com/sdk/python/docs/changelog"
57
- "Documentation" = " https://docs.apify.com/sdk/python/"
58
- "Issue tracker" = " https://github.com/apify/apify-sdk-python/issues"
59
- "Repository" = " https://github.com/apify/apify-sdk-python"
57
+ "Discord" = " https://discord.com/invite/jyEM2PRvMU"
58
+ "Documentation" = " https://docs.apify.com/sdk/python/docs/overview/introduction"
59
+ "Homepage" = " https://docs.apify.com/sdk/python/"
60
+ "Issue Tracker" = " https://github.com/apify/apify-sdk-python/issues"
61
+ "Release Notes" = " https://docs.apify.com/sdk/python/docs/upgrading/upgrading-to-v2"
62
+ "Source Code" = " https://github.com/apify/apify-sdk-python"
60
63
61
64
[dependency-groups ]
62
65
dev = [
63
66
" build~=1.2.0" ,
67
+ " dycw-pytest-only>=2.1.1" ,
64
68
" griffe~=1.7.0" ,
65
69
" mypy~=1.16.0" ,
66
70
" pre-commit~=4.2.0" ,
67
71
" pydoc-markdown~=4.8.0" ,
68
72
" pytest-asyncio~=1.0.0" ,
69
73
" pytest-cov~=6.2.0" ,
70
- " pytest-only~ =2.1 .0" ,
74
+ " pytest-timeout> =2.4 .0" ,
71
75
" pytest-xdist~=3.8.0" ,
72
76
" pytest~=8.4.0" ,
73
77
" respx~=0.22.0" ,
74
78
" ruff~=0.12.0" ,
75
- " setuptools" , # setuptools are used by pytest but not explicitly required
79
+ " setuptools" , # setuptools are used by pytest but not explicitly required
76
80
]
77
81
78
82
[tool .hatch .build .targets .wheel ]
0 commit comments