Re-enabled Flamenco, as it seems to be working on Py36
This commit is contained in:
parent
df137c3258
commit
4a148f9163
6
cloud.py
6
cloud.py
@ -2,14 +2,14 @@
|
||||
|
||||
from pillar import PillarServer
|
||||
from attract import AttractExtension
|
||||
# from flamenco import FlamencoExtension
|
||||
from flamenco import FlamencoExtension
|
||||
|
||||
attract = AttractExtension()
|
||||
# flamenco = FlamencoExtension()
|
||||
flamenco = FlamencoExtension()
|
||||
|
||||
app = PillarServer('.')
|
||||
app.load_extension(attract, '/attract')
|
||||
# app.load_extension(flamenco, '/flamenco')
|
||||
app.load_extension(flamenco, '/flamenco')
|
||||
app.process_extensions()
|
||||
|
||||
if __name__ == '__main__':
|
||||
|
@ -1,8 +1,9 @@
|
||||
# Primary requirements
|
||||
# flamenco
|
||||
|
||||
-r ../pillar/requirements.txt
|
||||
-r ../attract/requirements.txt
|
||||
-r ../flamenco/requirements.txt
|
||||
|
||||
-e ../pillar-python-sdk
|
||||
-e ../pillar
|
||||
-e ../attract
|
||||
-e ../flamenco
|
||||
|
Loading…
x
Reference in New Issue
Block a user