abogushov / django-admin-json-editor

Adds json-editor for JSONField in Django Administration
MIT License
173 stars 61 forks source link

List dependency on pathlib. #5

Closed tgevaert closed 6 years ago

tgevaert commented 6 years ago

Hey there,

pip install django-admin-json-editor failed on my machine because I was missing pathlib. Maybe you could list that as a dependency in your install instructions?

Thanks!

Edit: I see this package is only meant for python 3. I'll close this.