Re-enabled Attract, it seems to work on Py3.6
This commit is contained in:
6
cloud.py
6
cloud.py
@@ -1,14 +1,14 @@
|
||||
#!/usr/bin/env python
|
||||
|
||||
from pillar import PillarServer
|
||||
# from attract import AttractExtension
|
||||
from attract import AttractExtension
|
||||
# from flamenco import FlamencoExtension
|
||||
|
||||
# attract = AttractExtension()
|
||||
attract = AttractExtension()
|
||||
# flamenco = FlamencoExtension()
|
||||
|
||||
app = PillarServer('.')
|
||||
# app.load_extension(attract, '/attract')
|
||||
app.load_extension(attract, '/attract')
|
||||
# app.load_extension(flamenco, '/flamenco')
|
||||
app.process_extensions()
|
||||
|
||||
|
@@ -1,7 +1,8 @@
|
||||
# Primary requirements
|
||||
# attract
|
||||
# flamenco
|
||||
|
||||
-r ../pillar/requirements.txt
|
||||
-r ../attract/requirements.txt
|
||||
-e ../pillar-python-sdk
|
||||
-e ../pillar
|
||||
-e ../attract
|
||||
|
Reference in New Issue
Block a user