Skip to content

Commit

Permalink
fix(version): Removed pytest dependencies and updated version
Browse files Browse the repository at this point in the history
- Resolves #6 pull request
  • Loading branch information
JohannesErnst committed Jan 23, 2025
1 parent a5b4b0d commit d40d645
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "jsonconversion"
version = "1.0.3"
version = "1.1.0"
description = "This python module helps converting arbitrary Python objects into JSON strings and back."
keywords = ["json", "conversion", "serialization"]
readme = "README.rst"
Expand All @@ -26,9 +26,7 @@ classifiers = [
"Topic :: Utilities"
]
dependencies = [
"pytest-runner>=6.0.0",
"numpy>=1.26.0",
"pytest>=6.0.0",
]
license = {text = "BSD"}
requires-python = ">=3.9"
Expand Down

0 comments on commit d40d645

Please sign in to comment.