Changeset 548 for trunk/daemon/setup.py

Show
Ignore:
Timestamp:
10/10/08 08:26:54 (3 months ago)
Author:
heyadayo
Message:

Auto detect Orbited.settings.hostname and Orbited.settings.port; Required morbid for install; Allow Orbited to use morbid to act as an embedded stomp broker.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/daemon/setup.py

    r545 r548  
    1515] 
    1616 
    17 _install_requires = [ "demjson" ] 
     17_install_requires = [ "demjson", "morbid" ] 
    1818 
    1919#if sys.platform != "win32":