mirror of
https://github.com/planetmint/planetmint.git
synced 2025-10-14 00:59:17 +00:00
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:
parent
637dc4993b
commit
76c051ed26
2
setup.py
2
setup.py
@ -122,7 +122,7 @@ install_requires = [
|
|||||||
# TODO Consider not installing the db drivers, or putting them in extras.
|
# TODO Consider not installing the db drivers, or putting them in extras.
|
||||||
"pymongo==3.11.4",
|
"pymongo==3.11.4",
|
||||||
"tarantool==0.7.1",
|
"tarantool==0.7.1",
|
||||||
"python-rapidjson==1.0",
|
"python-rapidjson>=1.0",
|
||||||
"pyyaml==5.4.1",
|
"pyyaml==5.4.1",
|
||||||
"requests==2.25.1",
|
"requests==2.25.1",
|
||||||
"setproctitle==1.2.2",
|
"setproctitle==1.2.2",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user