jazzband / django-robots

A Django app for managing robots.txt files following the robots exclusion protocol
https://django-robots.readthedocs.io
BSD 3-Clause "New" or "Revised" License
459 stars 99 forks source link

Six is used in version 4.0 but not included in the project requirements #116

Closed db654 closed 2 years ago

db654 commented 3 years ago
robots/models.py", line 5, in <module>
    from six import python_2_unicode_compatible, u
ModuleNotFoundError: No module named 'six'
tony commented 2 years ago

@db654 Hi there, sorry for any inconvenience caused!

I'm a part time / co-lead and taking a closer look into this.

tony commented 2 years ago

This will be overcome by the next version release. No more six in that.

If need back I can create a branch to backport to the old version - but let's see how the next one goes

tony commented 2 years ago

@db654 5.0b1 is prereleased if you'd like to try it. No six dependency. Let me know if that works

tony commented 2 years ago

5.0 is now live

I am going to close this for now as it's been overcome in the most recent release, if the issue persists please make a new issue and cite this one.