setup: require dogpile.cache and core
This commit is contained in:
parent
4a0ec29bf9
commit
8abd31cc4f
1 changed files with 2 additions and 0 deletions
2
setup.py
2
setup.py
|
|
@ -99,6 +99,8 @@ requirements = [
|
|||
'simplejson',
|
||||
'waitress',
|
||||
'zope.cachedescriptors',
|
||||
'dogpile.cache',
|
||||
'dogpile.core'
|
||||
]
|
||||
|
||||
if is_windows:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue