Miserlou / NoDB

NoDB isn't a database.. but it sort of looks like one.
https://blog.zappa.io/posts/introducing-nodb-pythonic-data-store-s3
380 stars 45 forks source link

Compatibility warnings #22

Open danielwhatmuff opened 6 years ago

danielwhatmuff commented 6 years ago

Great little project, thanks for this.

FYI a few warnings come up when installing, see below.

Python: 3.6.6 Pip: 10.0.1


nodb 0.3.2 has requirement botocore==1.5.38, but you'll have botocore 1.10.65 which is incompatible.
nodb 0.3.2 has requirement jmespath==0.9.2, but you'll have jmespath 0.9.3 which is incompatible.
nodb 0.3.2 has requirement python-dateutil==2.6.0, but you'll have python-dateutil 2.6.1 which is incompatible.
nodb 0.3.2 has requirement six==1.10.0, but you'll have six 1.11.0 which is incompatible.```
bendog commented 5 years ago

fixed in #26

bendog commented 4 years ago

merged now.

bendog commented 4 years ago

Reopening this issue as it isn't yet fixed in the PyPi version