flask-pymongo-example icon indicating copy to clipboard operation
flask-pymongo-example copied to clipboard

Missing requirement

Open rjalexa opened this issue 2 years ago • 0 comments

My version asks for package bson (for which it installs version 0.5.10). Here's my poetry file with all requirements:

[tool.poetry.dependencies]
python = "^3.10"
flask = "^2.2.3"
faker = "0.8.13"
jupyter = "1.0.0"
jupyter-client = "5.2.4"
jupyter-console = "6.0.0"
jupyter-core = "4.4.0"
flask-cors = "^3.0.10"
bson = "^0.5.10"
pymongo = "^4.3.3"
flask-pymongo = "^2.3.0"

rjalexa avatar Feb 19 '23 17:02 rjalexa