File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44validate-email>=1.3
55Jinja2>=2.11.1
66protobuf>=5.27.0
7- astunparse>=1.6.3
7+ astunparse>=1.6.3 ; python_version < '3.10'
Original file line number Diff line number Diff line change @@ -14,14 +14,19 @@ classifiers =
1414 Programming Language :: Python :: 3.6
1515 Programming Language :: Python :: 3.7
1616 Programming Language :: Python :: 3.8
17+ Programming Language :: Python :: 3.9
18+ Programming Language :: Python :: 3.10
19+ Programming Language :: Python :: 3.11
20+ Programming Language :: Python :: 3.12
21+ Programming Language :: Python :: 3.13
1722
1823[options]
1924packages = find:
2025install_requires =
2126 validate-email>=1.3
2227 Jinja2>=2.11.1
2328 protobuf>=5.27.0
24- astunparse>=1.6.3
29+ astunparse>=1.6.3 ; python_version < '3.10'
2530python_requires = >=3.6
2631
2732[options.data_files]
You can’t perform that action at this time.
0 commit comments