setup: require dogpile.cache and core

This commit is contained in:
Marcin Lulek 2016-07-01 17:29:36 +02:00
parent 4a0ec29bf9
commit 8abd31cc4f

View file

@ -99,6 +99,8 @@ requirements = [
'simplejson',
'waitress',
'zope.cachedescriptors',
'dogpile.cache',
'dogpile.core'
]
if is_windows: