We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5b4b0d commit d40d645Copy full SHA for d40d645
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "jsonconversion"
3
-version = "1.0.3"
+version = "1.1.0"
4
description = "This python module helps converting arbitrary Python objects into JSON strings and back."
5
keywords = ["json", "conversion", "serialization"]
6
readme = "README.rst"
@@ -26,9 +26,7 @@ classifiers = [
26
"Topic :: Utilities"
27
]
28
dependencies = [
29
- "pytest-runner>=6.0.0",
30
"numpy>=1.26.0",
31
- "pytest>=6.0.0",
32
33
license = {text = "BSD"}
34
requires-python = ">=3.9"
0 commit comments