File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ 3.11
Original file line number Diff line number Diff line change 1- [build-system ]
2- requires = [" setuptools" ]
3- build-backend = " setuptools.build_meta"
4-
51[project ]
62name = " simple-justwatch-python-api"
73authors = [{name = " Electronic Mango" , email = " 78230210+Electronic-Mango@users.noreply.github.com" }]
84version = " 0.16"
95description =" A simple JustWatch Python API"
106readme = " README.md"
117license = {file = " LICENSE" }
12- dependencies = [" httpx" ]
138requires-python = " >= 3.11"
149keywords = [" justwatch" , " api" , " graphql" ]
1510classifiers = [
@@ -19,12 +14,30 @@ classifiers = [
1914 " Programming Language :: Python :: 3" ,
2015 " Programming Language :: Python :: 3.11" ,
2116]
17+ dependencies = [
18+ " httpx>=0.28.1" ,
19+ ]
20+
21+ [dependency-groups ]
22+ dev = [
23+ " pytest>=9.0.2" ,
24+ " pytest-mock>=3.15.1" ,
25+ " sphinx>=9.0.4" ,
26+ " sphinx-rtd-theme>=3.1.0" ,
27+ ]
2228
2329[project .urls ]
2430Homepage = " https://github.com/Electronic-Mango/simple-justwatch-python-api"
2531Documentation = " https://electronic-mango.github.io/simple-justwatch-python-api"
2632Repository = " https://github.com/Electronic-Mango/simple-justwatch-python-api"
2733
34+ [build-system ]
35+ requires = [" uv_build>=0.11.2,<0.12" ]
36+ build-backend = " uv_build"
37+
38+ [tool .uv .build-backend ]
39+ module-name = " simplejustwatchapi"
40+
2841[tool .pytest .ini_options ]
2942pythonpath = [
3043 " src" , " test"
You can’t perform that action at this time.
0 commit comments