tighten rethinkdb dependency

This commit is contained in:
Barbara Miller 2024-03-13 10:00:29 -07:00
parent 7aab5d477f
commit 4b00249932

View file

@ -73,7 +73,7 @@ setuptools.setup(
"pillow>=5.2.0", "pillow>=5.2.0",
"urlcanon>=0.1.dev23", "urlcanon>=0.1.dev23",
"doublethink @ git+https://github.com/internetarchive/doublethink.git@Py311", "doublethink @ git+https://github.com/internetarchive/doublethink.git@Py311",
"rethinkdb<2.4.10", "rethinkdb==2.4.9",
"cerberus>=1.0.1", "cerberus>=1.0.1",
"jinja2>=2.10", "jinja2>=2.10",
"cryptography>=2.3", "cryptography>=2.3",