From 03cc2a46574415c34b98c3ad7e09359eda390a72 Mon Sep 17 00:00:00 2001 From: Elad Levy Date: Sat, 12 Sep 2020 15:17:06 +0300 Subject: [PATCH] Update setup.py --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 312e8e6..fddf22c 100644 --- a/setup.py +++ b/setup.py @@ -69,8 +69,8 @@ def run_tests(self): 'Programming Language :: Python :: 3.7' ], install_requires=[ - 'tinydb>=3.2.1', - 'tinydb_serialization>=1.0.4', + 'tinydb==3.2.1', + 'tinydb_serialization==1.0.4', 'pymongo>=3.4.0' ], tests_require=[