schapman1974 / tinymongo

A simple wrapper to make a flat file drop in raplacement for mongodb out of TinyDB
MIT License
201 stars 32 forks source link

Update setup.py for exact tinydb dependencies #59

Open LevyvoNet opened 4 years ago

LevyvoNet commented 4 years ago

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.