|
17 | 17 | import io |
18 | 18 |
|
19 | 19 | install_requires = [ |
20 | | - "dataclasses >= 0.6, < 1.0.0; python_version < '3.7'", |
21 | 20 | "google-auth-oauthlib >= 0.3.0, < 1.0.0", |
22 | 21 | "google-api-core >= 1.21.0, < 2.0.0", |
23 | 22 | "googleapis-common-protos >= 1.5.8, < 2.0.0", |
24 | 23 | "grpcio >= 1.33.2, < 2.0.0", |
25 | 24 | "proto-plus >= 1.18.0, < 2.0.0", |
26 | 25 | "PyYAML >= 5.1, < 6.0", |
27 | 26 | "setuptools >= 40.3.0", |
28 | | - "pep562 >= 1.0, < 2.0", |
29 | 27 | "nox == 2020.12.31", |
30 | 28 | ] |
31 | 29 |
|
|
45 | 43 | "License :: OSI Approved :: Apache Software License", |
46 | 44 | "Programming Language :: Python", |
47 | 45 | "Programming Language :: Python :: 3", |
48 | | - "Programming Language :: Python :: 3.6", |
| 46 | + "Programming Language :: Python :: 3.7", |
49 | 47 | ], |
50 | 48 | description="Client library for the Google Ads API", |
51 | 49 | include_package_data=True, |
52 | | - python_requires=">=3.6", |
| 50 | + python_requires=">=3.7", |
53 | 51 | long_description=long_description, |
54 | 52 | install_requires=install_requires, |
55 | 53 | license="Apache 2.0", |
|
0 commit comments