|
1 | 1 | [project]
|
2 |
| -authors = [{ name = "Apify Technologies s.r.o.", email = "[email protected]"}] |
| 2 | +authors = [{ name = "Apify Technologies s.r.o.", email = "[email protected]" }] |
3 | 3 | classifiers = [
|
4 |
| - "Development Status :: 5 - Production/Stable", |
5 |
| - "Intended Audience :: Developers", |
6 |
| - "License :: OSI Approved :: Apache Software License", |
7 |
| - "Operating System :: OS Independent", |
8 |
| - "Programming Language :: Python :: 3.8", |
9 |
| - "Programming Language :: Python :: 3.9", |
10 |
| - "Programming Language :: Python :: 3.10", |
11 |
| - "Programming Language :: Python :: 3.11", |
12 |
| - "Topic :: Software Development :: Libraries", |
| 4 | + "Development Status :: 5 - Production/Stable", |
| 5 | + "Intended Audience :: Developers", |
| 6 | + "License :: OSI Approved :: Apache Software License", |
| 7 | + "Operating System :: OS Independent", |
| 8 | + "Programming Language :: Python :: 3.8", |
| 9 | + "Programming Language :: Python :: 3.9", |
| 10 | + "Programming Language :: Python :: 3.10", |
| 11 | + "Programming Language :: Python :: 3.11", |
| 12 | + "Topic :: Software Development :: Libraries", |
13 | 13 | ]
|
14 | 14 | dependencies = []
|
15 | 15 | description = "Tools and constants shared across Apify projects."
|
16 | 16 | keywords = ["apify", "api", "shared", "scraping", "automation"]
|
17 |
| -license = {text = "Apache Software License"} |
| 17 | +license = { text = "Apache Software License" } |
18 | 18 | name = "apify_shared"
|
19 | 19 | readme = "README.md"
|
20 | 20 | requires-python = ">=3.8"
|
21 | 21 | version = "1.0.3"
|
22 | 22 |
|
23 | 23 | [project.optional-dependencies]
|
24 | 24 | dev = [
|
25 |
| - "autopep8 ~= 2.0.2", |
26 |
| - "build ~= 0.10.0", |
27 |
| - "flake8 ~= 6.0.0", |
28 |
| - "flake8-bugbear ~= 23.5.9", |
29 |
| - "flake8-commas ~= 2.1.0", |
30 |
| - "flake8-comprehensions ~= 3.12.0", |
31 |
| - "flake8-datetimez ~= 20.10.0", |
32 |
| - "flake8-docstrings ~= 1.7.0", |
33 |
| - "flake8-encodings ~= 0.5.0", |
34 |
| - "flake8-isort ~= 6.0.0", |
35 |
| - "flake8-noqa ~= 1.3.1", |
36 |
| - "flake8-pytest-style ~= 1.7.2", |
37 |
| - "flake8-quotes ~= 3.3.2", |
38 |
| - "flake8-simplify ~= 0.20.0", |
39 |
| - "flake8-unused-arguments ~= 0.0.13", |
40 |
| - "isort ~= 5.12.0", |
41 |
| - "mypy ~= 1.4.0", |
42 |
| - "pep8-naming ~= 0.13.3", |
43 |
| - "pre-commit ~= 3.3.2", |
44 |
| - "pytest ~= 7.3.1", |
45 |
| - "pytest-asyncio ~= 0.21.0", |
46 |
| - "pytest-only ~= 2.0.0", |
47 |
| - "pytest-randomly ~= 3.12.0", |
48 |
| - "pytest-timeout ~= 2.1.0", |
49 |
| - "pytest-xdist ~= 3.3.1", |
50 |
| - "twine ~= 4.0.2", |
| 25 | + "autopep8 ~= 2.0.2", |
| 26 | + "build ~= 0.10.0", |
| 27 | + "flake8 ~= 6.0.0", |
| 28 | + "flake8-bugbear ~= 23.5.9", |
| 29 | + "flake8-commas ~= 2.1.0", |
| 30 | + "flake8-comprehensions ~= 3.12.0", |
| 31 | + "flake8-datetimez ~= 20.10.0", |
| 32 | + "flake8-docstrings ~= 1.7.0", |
| 33 | + "flake8-encodings ~= 0.5.0", |
| 34 | + "flake8-isort ~= 6.0.0", |
| 35 | + "flake8-noqa ~= 1.3.1", |
| 36 | + "flake8-pytest-style ~= 1.7.2", |
| 37 | + "flake8-quotes ~= 3.3.2", |
| 38 | + "flake8-simplify ~= 0.20.0", |
| 39 | + "flake8-unused-arguments ~= 0.0.13", |
| 40 | + "isort ~= 5.12.0", |
| 41 | + "mypy ~= 1.4.0", |
| 42 | + "pep8-naming ~= 0.13.3", |
| 43 | + "pre-commit ~= 3.3.2", |
| 44 | + "pytest ~= 7.3.1", |
| 45 | + "pytest-asyncio ~= 0.21.0", |
| 46 | + "pytest-only ~= 2.0.0", |
| 47 | + "pytest-randomly ~= 3.12.0", |
| 48 | + "pytest-timeout ~= 2.1.0", |
| 49 | + "pytest-xdist ~= 3.3.1", |
| 50 | + "twine ~= 4.0.2", |
51 | 51 | ]
|
52 | 52 |
|
53 | 53 | [project.urls]
|
|
0 commit comments