Skip to content

Commit

Permalink
zope is not needed by webapp
Browse files Browse the repository at this point in the history
  • Loading branch information
obfuscurity committed Oct 4, 2015
1 parent 0e39c3f commit bed2d5b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
8 changes: 0 additions & 8 deletions check-dependencies.py
Expand Up @@ -109,14 +109,6 @@
required += 1


# Test for zope.interface
try:
from zope.interface import Interface
except ImportError:
sys.stderr.write("[OPTIONAL] Unable to import Interface from zope.interface. Without it, you will be unable to run carbon on this server.\n")
optional +=1


# Test for python-memcached
try:
import memcache
Expand Down
2 changes: 0 additions & 2 deletions docs/install.rst
Expand Up @@ -15,7 +15,6 @@ Basic Graphite requirements:
* `Pycairo`_
* `Django`_ 1.4 or greater
* `django-tagging`_ 0.3.1 or greater
* `zope-interface`_
* `pytz`_
* `fontconfig`_ and at least one font package (a system package usually)
* A WSGI server and web server. Popular choices are:
Expand Down Expand Up @@ -183,4 +182,3 @@ Despair Not! Even though running Graphite on Windows is completely unsupported
.. _simplejson: http://pypi.python.org/pypi/simplejson/
.. _txAMQP: https://launchpad.net/txamqp/
.. _uWSGI: http://projects.unbit.it/uwsgi/
.. _zope-interface: http://pypi.python.org/pypi/zope.interface/

0 comments on commit bed2d5b

Please sign in to comment.