Skip to content

Commit cbb3714

Browse files
committed
added setup.py
1 parent 397ee47 commit cbb3714

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
'Framework :: Django :: 4.1',
2222
'Framework :: Django :: 4.2',
2323
'Framework :: Django :: 5.0',
24+
'Framework :: Django :: 5.1',
2425
]
2526

2627
this_directory = path.abspath(path.dirname(__file__))
@@ -42,7 +43,7 @@
4243
license='BSD',
4344
packages=find_packages(),
4445
install_requires=[
45-
'django>=3.2,<5.1',
46+
'django>=3.2,<5.2',
4647
'pyodbc>=3.0',
4748
'pytz',
4849
],

0 commit comments

Comments
 (0)