We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4b9d2e commit 9560d67Copy full SHA for 9560d67
requires.txt
@@ -1,2 +1,2 @@
1
msgpack-python
2
-tarantool
+tarantool<0.4
setup.py
@@ -43,7 +43,7 @@ def find_version(*file_paths):
43
platforms = ["all"],
44
install_requires=[
45
'msgpack-python',
46
- 'tarantool'
+ 'tarantool<0.4'
47
],
48
url='http://github.com/tarantool/tarantool-queue-python',
49
test_suite='tests.test_queue',
tarantool_queue/__init__.py
@@ -1,4 +1,4 @@
-__version__ = "0.1.3"
+__version__ = "0.1.4"
3
from .tarantool_queue import Queue
4
from .tarantool_tqueue import TQueue
0 commit comments