Skip to content

Commit

Permalink
build: Remove rfc3339-validator and rfc3986-validator
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Jun 15, 2023
1 parent 0edf120 commit cc986d0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 3 additions & 1 deletion docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ Changelog
Changed
~~~~~~~

- :meth:`~jscc.testing.checks.validate_schema` accepts a ``validator`` argument, instead of using JSON Schema Draft 4. To preserve the same behavior as before, change:
- :meth:`~jscc.testing.checks.validate_schema` accepts a ``validator`` argument, instead of using JSON Schema Draft 4.

To preserve the same behavior as before, install ``jsonschema``, ``rfc3339-validator`` and ``rfc3986-validator``, and change:

.. code-block:: python
Expand Down
2 changes: 0 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ install_requires =
json-merge-patch
jsonref>=1
requests
rfc3339-validator
rfc3986-validator

[options.packages.find]
exclude =
Expand Down

0 comments on commit cc986d0

Please sign in to comment.