Skip to content

Commit d40d645

Browse files
committed
fix(version): Removed pytest dependencies and updated version
- Resolves #6 pull request
1 parent a5b4b0d commit d40d645

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "jsonconversion"
3-
version = "1.0.3"
3+
version = "1.1.0"
44
description = "This python module helps converting arbitrary Python objects into JSON strings and back."
55
keywords = ["json", "conversion", "serialization"]
66
readme = "README.rst"
@@ -26,9 +26,7 @@ classifiers = [
2626
"Topic :: Utilities"
2727
]
2828
dependencies = [
29-
"pytest-runner>=6.0.0",
3029
"numpy>=1.26.0",
31-
"pytest>=6.0.0",
3230
]
3331
license = {text = "BSD"}
3432
requires-python = ">=3.9"

0 commit comments

Comments
 (0)