Skip to content

Commit 42eb936

Browse files
authored
Merge pull request #26 from dabapps/remove-install-requirements
Update install requirements
2 parents ba20e87 + 358562b commit 42eb936

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

s3_file_uploads/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.0.8'
1+
__version__ = '0.0.9'

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
author_email = '[email protected]'
1717
license = 'BSD'
1818
install_requires = [
19-
'boto3==1.28.57',
19+
'boto3>=1.28.57',
2020
'Django>=3.2',
21-
'django-fsm==2.8.1'
21+
'django-fsm>=2.8.1'
2222
]
2323
long_description_content_type="text/markdown",
2424
long_description = """

0 commit comments

Comments
 (0)