ITCase-django / django-tinymce-4

Integrate TinyMCE 4 in Django projects.
MIT License
11 stars 4 forks source link

Dependency error with Grappelli and Filebrowser #7

Open ggjersund opened 5 years ago

ggjersund commented 5 years ago

I'm getting an error when installing django-tinymce-4 together with django-grappelli and django-filebrowser using pipenv in the following order:

pipenv install django-grappelli
pipenv install django-filebrowser
pipenv install django-tinymce-4
petrikoz commented 5 years ago

You can try install from GitHub: pip install git+https://github.com/ITCase-django/django-tinymce-4.git#egg=django-tinymce-4.

I disable fixed versions of requires in setup.py: quick test was good.