File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ build-backend = "setuptools.build_meta"
66name = " domaintools_api"
77dependencies = [
88 " httpx==0.28.1" ,
9+ " pyyaml" ,
910 " rich" ,
1011 " typer"
1112]
@@ -24,6 +25,9 @@ classifiers = [
2425 " Programming Language :: Python" ,
2526 " Programming Language :: Python :: 3.9" ,
2627 " Programming Language :: Python :: 3.10" ,
28+ " Programming Language :: Python :: 3.11" ,
29+ " Programming Language :: Python :: 3.12" ,
30+ " Programming Language :: Python :: 3.13" ,
2731 " Topic :: Software Development :: Libraries" ,
2832 " Topic :: Utilities" ,
2933]
Original file line number Diff line number Diff line change 22envlist =
33 py39,
44 py310,
5- py311
5+ py311,
6+ py312,
7+ py313
68skip_missing_interpreters =true
79
810[testenv]
1618 pytest-cov
1719 pytest-asyncio
1820 httpx
21+ pyyaml
1922 rich
2023 typer
2124 .
You can’t perform that action at this time.
0 commit comments