From: Ole Streicher <olebole@debian.org>
Date: Fri, 27 Oct 2023 09:12:53 +0200
Subject: Remove asdf-unit-schemas as a dependency

This dependency was only added for backward compatibility and is no
strict requirement.

Closes: #1054581
---
 pyproject.toml | 1 -
 1 file changed, 1 deletion(-)

--- a/pyproject.toml
+++ b/pyproject.toml
@@ -18,7 +18,6 @@ classifiers = [
 dependencies = [
     'asdf-standard >=1.0.1',
     'asdf-transform-schemas >=0.3.0',
-    'asdf-unit-schemas >= 0.1.0',
     'importlib_resources >=3; python_version <"3.9"',
     'importlib-metadata >=4.11.4',
     'jmespath >=0.6.2',
