diff --git a/setup.py b/setup.py index fb1c8be..f0c4608 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ python_requires = ">=3.8" here = os.path.abspath(os.path.dirname(__file__)) -requires = [] +requires = ['python-ipware>=2.0.0'] test_requirements = [] about = {}