Skip to content

Commit c7e9d3f

Browse files
committed
Declare dependencies explicitly
In particular, django<3.2 until that release is supported
1 parent 33b4e23 commit c7e9d3f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,9 @@
3434
license='BSD',
3535
packages=find_packages(),
3636
install_requires=[
37+
'django>=2.2,<3.2',
3738
'pyodbc>=3.0',
39+
'pytz',
3840
],
3941
classifiers=CLASSIFIERS,
4042
keywords='django',

0 commit comments

Comments
 (0)