Skip to content

Commit

Permalink
Merge branch 'dependencies' of https://github.com/dimbleby/mssql-django
Browse files Browse the repository at this point in the history
… into dev

Add Django 3.2 to dependency due to recent fix
  • Loading branch information
absci committed Apr 16, 2021
2 parents 6fe445a + c7e9d3f commit f2d27ee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@
license='BSD',
packages=find_packages(),
install_requires=[
'django>=2.2,<=3.2',
'pyodbc>=3.0',
'pytz',
],
package_data={'mssql': ['regex_clr.dll']},
classifiers=CLASSIFIERS,
Expand Down

0 comments on commit f2d27ee

Please sign in to comment.