mautrix-telegram: fix startup

`setuptools` isn't propagated automatically anymore, see also #68314.
This commit is contained in:
Maximilian Bosch
2019-09-12 11:21:26 +02:00
parent c0a02c712a
commit 54752cd3c4

View File

@@ -28,6 +28,7 @@ buildPythonPackage rec {
telethon-session-sqlalchemy
pillow
lxml
setuptools
];
# `alembic` (a database migration tool) is only needed for the initial setup,