Commit ed4bd836 authored by nextime's avatar nextime

Add lib dependencies

parent a0c8d2e2
#!/bin/bash
apt-get get update
apt-get install python-twisted python-nevow python-twisted-web2 python-setproctitle python-netifaces python-mysqldb
../../submodules/corepost/corepost/
\ No newline at end of file
../../submodules/python-nexlibs/nexlibs/
\ No newline at end of file
../../submodules/twistar/twistar/
\ No newline at end of file
../../submodules/TxScheduling/txscheduling/
\ No newline at end of file
......@@ -32,9 +32,9 @@ sys.path.append(CURDIR+"/multibot/libs")
from twisted.internet import reactor, ssl
from twisted.application import service, internet, app, reactors
from twisted.web import server
from multibot.utils.daemonizer import Daemonizer
from nexlibs.daemonizer import Daemonizer
from multibot import multibot
from multibot.utils.genutils import configFile
from nexlibs.utils.genutils import configFile
from logging import handlers as loghandlers
try:
......
TxScheduling @ 0fd533f9
Subproject commit 0fd533f92bb159e11d3974d696ce4b03aac5ea2a
autobahn-python @ ae5bc63d
Subproject commit ae5bc63d1f5f835a260ccee7c091e2203cb498ac
corepost @ 8671a0a3
Subproject commit 8671a0a35d8e52e7ed527bf019cfc7d06bf9c360
python-nexlibs @ 13a8d53a
Subproject commit 13a8d53aa72275e03b6b83e1b4c61a1e4947f559
sockjs-twisted @ b42a334e
Subproject commit b42a334e60e949c57e1e6500cb43bf53b6012fb5
twistar @ 19f4ce3d
Subproject commit 19f4ce3d759f03f5066dfbaf2dab3f8939e6719d
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment