diff --git a/setup.py b/setup.py index 06100cb2..98d787a1 100644 --- a/setup.py +++ b/setup.py @@ -46,6 +46,7 @@ setup(name='ee', 'pymysql3', 'psutil', 'sh', + 'sqlalchemy', ], data_files=[('/etc/ee', ['config/ee.conf']), ('/etc/ee/plugins.d', conf),