Hi, I've installed tinymongo today and had an error.
This is because there are newer versions of tinydb and tinydb_serialization which are not backwards compatible.
In order for one to be able to just pip install and use your package, I have updated the dependencies in the setup.py to be fixed version (instead of >=).
If you want you can accept this pull request.
Thank you for your repository, it is helpful to me :),
Elad Levy.
Hi, I've installed tinymongo today and had an error. This is because there are newer versions of tinydb and tinydb_serialization which are not backwards compatible. In order for one to be able to just pip install and use your package, I have updated the dependencies in the setup.py to be fixed version (instead of >=).
If you want you can accept this pull request.
Thank you for your repository, it is helpful to me :), Elad Levy.