Skip to content

Commit

Permalink
feat: Updated setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sweep-ai[bot] authored Jan 27, 2024
1 parent b1f03a0 commit a836fb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
url='http://github.com/ebertti/django-admin-easy/',
author='Ezequiel Bertti',
author_email='ebertti@gmail.com',
install_requires=['django',],
install_requires=['Django>=4.2', 'model-bakery>=1.4.0', 'Sphinx>=5.2.3', 'Pillow>=9.2.0', 'tox>=4.2.0', 'coverage>=7.2.0',],
packages=find_packages(exclude=('test_app', 'test_project')),
include_package_data=True,
license='MIT License',
Expand Down

0 comments on commit a836fb7

Please sign in to comment.