[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-dateutil
py3-docutils py3-docutils
py3-flask py3-flask
py3-frozendict
py3-greenlet py3-greenlet
py3-magic py3-magic
py3-mypy-extensions py3-mypy-extensions

View file

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

View file

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

View file

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

View file

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

View file

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