1
0
mirror of https://github.com/sjlongland/tornado-gallery.git synced 2025-09-14 00:53:19 +10:00

setup.py: Declare cachefs dependency

This commit is contained in:
Stuart Longland 2018-04-18 15:58:41 +10:00
parent fb6bd6cb21
commit 03e74c2b0b
Signed by: stuartl
GPG Key ID: 6AA32EFB18079BAA

View File

@ -8,6 +8,7 @@ setup (name='tornado_gallery',
'tornado', 'tornado',
'pillow', 'pillow',
'filemagic', 'filemagic',
'cachefs',
], ],
entry_points = { entry_points = {
'console_scripts': [ 'console_scripts': [