1 parent e288c3f commit 7c6574eCopy full SHA for 7c6574e
1 file changed
setup.py
@@ -6,6 +6,7 @@
6
packages=find_packages(include=["smart_storages", "smart_storages.*"]),
7
install_requires=[
8
"django-storages>=1.14.3", # S3 backend dependency
9
+ "boto3>=1.28.0",
10
],
11
classifiers=[
12
"Framework :: Django",
0 commit comments