Install with Ipware
Opened this issue · 0 comments
andrewgy8 commented
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.