tarantool / tarantool-python

Python client library for Tarantool
https://www.tarantool.io
BSD 2-Clause "Simplified" License
101 stars 46 forks source link

Missed yaml module #64

Closed zloidemon closed 8 years ago

zloidemon commented 8 years ago

Errror:

ImportError: No module named 'yaml'

requirements.txt should contain: PyYAML module.

bigbes commented 8 years ago

fixed