increased rapid-json version (works now with 1.8.0) (#257)

Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com>

Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com>
This commit is contained in:
Jürgen Eckel 2022-09-19 13:33:43 +02:00 committed by GitHub
parent 637dc4993b
commit 76c051ed26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -122,7 +122,7 @@ install_requires = [
# TODO Consider not installing the db drivers, or putting them in extras.
"pymongo==3.11.4",
"tarantool==0.7.1",
"python-rapidjson==1.0",
"python-rapidjson>=1.0",
"pyyaml==5.4.1",
"requests==2.25.1",
"setproctitle==1.2.2",