diff --git a/setup.py b/setup.py index 55fd3d42..92e4fe22 100644 --- a/setup.py +++ b/setup.py @@ -34,7 +34,9 @@ license='BSD', packages=find_packages(), install_requires=[ + 'django>=2.2,<3.2', 'pyodbc>=3.0', + 'pytz', ], classifiers=CLASSIFIERS, keywords='django',