Skip to content

Commit

Permalink
Updated setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
hidekuma committed Apr 7, 2020
1 parent 98eb88c commit 5cdebf6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import setup, find_packages

VERSION = '0.0.9'
VERSION = '0.0.10'
setup(
name = 'flask_s3up',
version = VERSION,
Expand Down Expand Up @@ -36,7 +36,8 @@
zip_safe = False,
keywords = ['aws', 's3', 'file', 'upload', 'flask', 'python', 'python3', 'browsing', 'uploader'],
install_requires = [
'boto3>=1.12.2'
'boto3>=1.12.2',
'click>=7.1.1'
],
python_requires = '>= 3.7',
test_suite = 'tests',
Expand Down

0 comments on commit 5cdebf6

Please sign in to comment.