Skip to content

Commit

Permalink
Merge pull request #26 from dabapps/remove-install-requirements
Browse files Browse the repository at this point in the history
Update install requirements
  • Loading branch information
nvlaarhoven authored Oct 9, 2023
2 parents ba20e87 + 358562b commit 42eb936
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion s3_file_uploads/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.0.8'
__version__ = '0.0.9'
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
author_email = 'engineering@dabapps.com'
license = 'BSD'
install_requires = [
'boto3==1.28.57',
'boto3>=1.28.57',
'Django>=3.2',
'django-fsm==2.8.1'
'django-fsm>=2.8.1'
]
long_description_content_type="text/markdown",
long_description = """
Expand Down

0 comments on commit 42eb936

Please sign in to comment.