Skip to content

Commit

Permalink
Update Django version in install_requires.
Browse files Browse the repository at this point in the history
  • Loading branch information
hramezani committed Dec 8, 2021
1 parent e418711 commit 355d385
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def long_desc(root_path):
maintainer='JazzBand',
url='https://github.com/jazzband/django-model-utils',
packages=find_packages(exclude=['tests*']),
install_requires=['Django>=2.0.1'],
install_requires=['Django>=2.2'],
classifiers=[
'Development Status :: 5 - Production/Stable',
'Environment :: Web Environment',
Expand All @@ -50,7 +50,6 @@ def long_desc(root_path):
'Framework :: Django :: 4.0',
],
zip_safe=False,
tests_require=['Django>=2.2'],
package_data={
'model_utils': [
'locale/*/LC_MESSAGES/django.po', 'locale/*/LC_MESSAGES/django.mo'
Expand Down

0 comments on commit 355d385

Please sign in to comment.