Loosen pymongo

This commit is contained in:
Andras Schmelczer 2022-06-26 19:16:44 +02:00
parent 719db8417e
commit dd4f6977c7
No known key found for this signature in database
GPG key ID: 0EA1BC97D0AB076E

View file

@ -32,14 +32,14 @@ install_requires =
tinydb >= 4.7.0 tinydb >= 4.7.0
pandas >= 1.4.0 pandas >= 1.4.0
boto3 >= 1.23.0 boto3 >= 1.23.0
fastapi >= 0.70.0
plotly >= 5.8.0 plotly >= 5.8.0
dash >= 2.4.0 dash >= 2.4.0
nbconvert >= 6.5.0 nbconvert >= 6.5.0
ipython >= 8.0.0 ipython >= 8.0.0
fastapi >= 0.70.0
uvicorn[standard] >= 0.18.0 uvicorn[standard] >= 0.18.0
watchdog >= 2.1.0 watchdog >= 2.1.0
pymongo >= 4.0.0 pymongo >= 3.0.0
aiohttp >= 3.8.0 aiohttp >= 3.8.0
[options.package_data] [options.package_data]