[chore] Removed frozendict dependency.

It's no longer in use in the codebase.
This commit is contained in:
Fabio Manganiello 2024-07-16 22:07:49 +02:00
parent 8c0943e700
commit 1d873aca05
Signed by untrusted user: blacklight
GPG key ID: D90FBA7F76362774
6 changed files with 0 additions and 6 deletions

View file

@ -4,7 +4,6 @@ py3-alembic
py3-dateutil
py3-docutils
py3-flask
py3-frozendict
py3-greenlet
py3-magic
py3-mypy-extensions

View file

@ -4,7 +4,6 @@ python-croniter
python-dateutil
python-docutils
python-flask
python-frozendict
python-magic
python-marshmallow
python-pip

View file

@ -5,7 +5,6 @@ python3-croniter
python3-dateutil
python3-docutils
python3-flask
python3-frozendict
python3-greenlet
python3-magic
python3-marshmallow

View file

@ -5,7 +5,6 @@ python-croniter
python-dateutil
python-docutils
python-flask
python-frozendict
python-greenlet
python-magic
python-marshmallow

View file

@ -6,7 +6,6 @@ alembic
croniter
docutils
flask
frozendict
marshmallow
marshmallow_dataclass
paho-mqtt

View file

@ -108,7 +108,6 @@ setup(
'croniter',
'docutils',
'flask',
'frozendict',
'marshmallow',
'marshmallow_dataclass',
'psutil',