Skip to content

Commit ff59848

Browse files
committed
Merge branch 'dependencies' of https://github.com/dimbleby/mssql-django into dev
Add Django 3.2 to dependency due to recent fix
2 parents 6fe445a + c7e9d3f commit ff59848

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.3',
3738
'pyodbc>=3.0',
39+
'pytz',
3840
],
3941
package_data={'mssql': ['regex_clr.dll']},
4042
classifiers=CLASSIFIERS,

0 commit comments

Comments
 (0)