jazzband / django-waffle

A feature flipper for Django
https://waffle.readthedocs.io
BSD 3-Clause "New" or "Revised" License
1.12k stars 258 forks source link

Add python_requires and install_requires to help pip #466

Closed gopackgo90 closed 2 years ago

gopackgo90 commented 2 years ago

Without python_requires, pip will let you install django-waffle 3.0 on python 3.6 and lower, which are now unsupported. And django-waffle should depend on django, because based on the name of the project, it does, so adding install_requires to reflect that.