django-requestlogs
django-requestlogs copied to clipboard
Install with Ipware
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.