Skip to content

Commit f8d9157

Browse files
committed
fix tarantool connector for python 3.4 with six library usage, add yaml to install_requires
1 parent 5d34617 commit f8d9157

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,5 +84,6 @@ def find_version(*file_paths):
8484
install_requires=[
8585
'msgpack-python>=0.4',
8686
'six',
87+
'PyYAML>=3.10',
8788
]
8889
)

0 commit comments

Comments
 (0)