I hope this fixes this error; I no longer see it locally: Traceback (most recent call last): File "/data/git/blender-cloud/runserver.wsgi", line 16, in <module> application = PillarServer(my_path) File "/data/git/pillar/pillar/__init__.py", line 96, in __init__ self._config_bugsnag() File "/data/git/pillar/pillar/__init__.py", line 191, in _config_bugsnag handle_exceptions(self) File "/opt/python/lib/python3.6/site-packages/bugsnag/flask/__init__.py", line 27, in handle_exceptions got_request_exception.connect(__log_exception, app) File "/opt/python/lib/python3.6/site-packages/blinker/base.py", line 130, in connect sender_ref = reference(sender, self._cleanup_sender) File "/opt/python/lib/python3.6/site-packages/blinker/_utilities.py", line 134, in reference weak = callable_reference(object, callback) File "/opt/python/lib/python3.6/site-packages/blinker/_utilities.py", line 145, in callable_reference return BoundMethodWeakref(target=object, on_delete=callback) File "/opt/python/lib/python3.6/site-packages/blinker/_saferef.py", line 135, in __new__ key = cls.calculate_key(target) File "/opt/python/lib/python3.6/site-packages/blinker/_saferef.py", line 196, in calculate_key return (id(get_self(target)), id(get_func(target))) File "/opt/python/lib/python3.6/site-packages/events/events.py", line 41, in __getattr__ (self.__class__.__name__, name)) AttributeError: type object 'PillarServer' has no attribute '__self__'
59 lines
994 B
Plaintext
59 lines
994 B
Plaintext
# Primary requirements
|
|
-r ../pillar-python-sdk/requirements.txt
|
|
|
|
attrs==16.2.0
|
|
algoliasearch==1.12.0
|
|
bcrypt==3.1.3
|
|
blinker==1.4
|
|
bugsnag[flask]==3.1.1
|
|
bleach==1.4.3
|
|
celery[redis]==4.0.2
|
|
CommonMark==0.7.2
|
|
Eve==0.7.3
|
|
Flask==0.12
|
|
Flask-Babel==0.11.2
|
|
Flask-Cache==0.13.1
|
|
Flask-Script==2.0.5
|
|
Flask-Login==0.3.2
|
|
Flask-WTF==0.12
|
|
gcloud==0.12.0
|
|
google-apitools==0.4.11
|
|
httplib2==0.9.2
|
|
MarkupSafe==0.23
|
|
ndg-httpsclient==0.4.0
|
|
Pillow==4.1.1
|
|
python-dateutil==2.5.3
|
|
rauth==0.7.3
|
|
redis==2.10.5
|
|
WebOb==1.5.0
|
|
wheel==0.29.0
|
|
zencoder==0.6.5
|
|
|
|
# Secondary requirements
|
|
amqp==2.1.4
|
|
billiard==3.5.0.2
|
|
Flask-PyMongo==0.4.1
|
|
Cerberus==0.9.2
|
|
Events==0.2.2
|
|
future==0.15.2
|
|
html5lib==0.9999999
|
|
googleapis-common-protos==1.1.0
|
|
itsdangerous==0.24
|
|
Jinja2==2.9.6
|
|
kombu==4.0.2
|
|
oauth2client==2.0.2
|
|
oauthlib==2.0.1
|
|
olefile==0.44
|
|
protobuf==3.0.0b2.post2
|
|
protorpc==0.11.1
|
|
pyasn1-modules==0.0.8
|
|
pymongo==3.4.0
|
|
pytz==2017.2
|
|
requests-oauthlib==0.7.0
|
|
rsa==3.4.2
|
|
simplejson==3.10.0
|
|
six==1.10.0
|
|
vine==1.1.3
|
|
WTForms==2.1
|
|
Werkzeug==0.11.15
|