Raekkeri/django-requestlogs

Install with Ipware

Opened this issue · 0 comments

What do you all think about having a install procedure like:

pip install django-requestlogs[ipware]

which installs the optional dependency.

The project would still maintain the default way of installing pip install django-requestlogs

If desired, this should be as easy as adding

extras_require={"ipware": ["django-ipware"]}

to the setup.py.