forked from platypush/platypush
[chore] Removed frozendict
dependency.
It's no longer in use in the codebase.
This commit is contained in:
parent
8c0943e700
commit
1d873aca05
6 changed files with 0 additions and 6 deletions
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -6,7 +6,6 @@ alembic
|
||||||
croniter
|
croniter
|
||||||
docutils
|
docutils
|
||||||
flask
|
flask
|
||||||
frozendict
|
|
||||||
marshmallow
|
marshmallow
|
||||||
marshmallow_dataclass
|
marshmallow_dataclass
|
||||||
paho-mqtt
|
paho-mqtt
|
||||||
|
|
1
setup.py
1
setup.py
|
@ -108,7 +108,6 @@ setup(
|
||||||
'croniter',
|
'croniter',
|
||||||
'docutils',
|
'docutils',
|
||||||
'flask',
|
'flask',
|
||||||
'frozendict',
|
|
||||||
'marshmallow',
|
'marshmallow',
|
||||||
'marshmallow_dataclass',
|
'marshmallow_dataclass',
|
||||||
'psutil',
|
'psutil',
|
||||||
|
|
Loading…
Reference in a new issue