We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17060d2 commit 3311e1bCopy full SHA for 3311e1b
2 files changed
pyproject.toml
@@ -35,6 +35,17 @@ Documentation = "https://maxminddb.readthedocs.org/"
35
"Source Code" = "https://github.com/maxmind/MaxMind-DB-Reader-python"
36
"Issue Tracker" = "https://github.com/maxmind/MaxMind-DB-Reader-python/issues"
37
38
+[dependency-groups]
39
+dev = [
40
+ "pytest>=8.3.5",
41
+]
42
+lint = [
43
+ "black>=25.1.0",
44
+ "mypy>=1.15.0",
45
+ "pylint>=3.3.6",
46
+ "ruff>=0.11.6",
47
48
+
49
[tool.setuptools.package-data]
50
maxminddb = ["py.typed"]
51
0 commit comments