File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33 History
44-------
55
6+ 2.11.1
7+ +++++++++++++++++++
8+
9+ * ``setuptools `` was incorrectly listed as a runtime dependency. This has
10+ been removed.
11+
6122.11.0 (2024-07-08)
713+++++++++++++++++++
814
Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ authors = [
66 {name = " Gregory Oschwald" , email = " goschwald@maxmind.com" },
77]
88dependencies = [
9- " setuptools>=60.0.0" ,
109 " aiohttp>=3.6.2,<4.0.0" ,
1110 " email_validator>=2.0.0,<3.0.0" ,
1211 " geoip2>=4.8.0,<5.0.0" ,
@@ -48,7 +47,10 @@ Documentation = "https://minfraud.readthedocs.org/"
4847"Issue Tracker" = " https://github.com/maxmind/minfraud-api-python/issues"
4948
5049[build-system ]
51- requires = [" setuptools" , " setuptools-scm" , " wheel" ]
50+ requires = [
51+ " setuptools>=61.0.0" ,
52+ " setuptools-scm" ,
53+ ]
5254build-backend = " setuptools.build_meta"
5355
5456[tool .black ]
You can’t perform that action at this time.
0 commit comments