Revision 731b100d

b/docs/source/index.rst
71 71

  
72 72
.. note::
73 73

  
74
    ``snf-cloudcms`` won't work with ``snf-webproject<0.8.1``
74
    ``snf-cloudcms`` won't work with ``snf-webproject < 0.9.0``
75 75

  
76 76

  
77 77
``snf-cloudcms`` uses the django sites framework so that multiple cms sites
b/setup.py
40 40
from setuptools import setup, find_packages
41 41

  
42 42
INSTALL_REQUIRES = [
43
    'snf-common>=0.8.1',
43
    'snf-common>=0.9.0rc',
44 44
    'Django >=1.2.3, <1.3',
45 45
    'South==0.7',
46 46
    'feincms >=1.4.2, < 1.5'

Also available in: Unified diff