Skip to content

Commit

Permalink
[1.2.1] Requirements issue in setup.py (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorb-syd committed Feb 15, 2023
1 parent c416b40 commit a689689
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def read(fname):

setup(
name='accustom',
version='1.2.0',
version='1.2.1',
description='Accustom is a library for responding to Custom Resources in AWS CloudFormation using the decorator '
'pattern.',
long_description=read('README.md'),
Expand Down Expand Up @@ -45,7 +45,7 @@ def read(fname):
install_requires=[
'botocore>=1.29',
'boto3>=1.26',
'requests>=2.25'
'requests>=2.25',
'six>=1.16'
],
python_requires='>=3, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*, !=3.6.*, <4',
Expand Down

0 comments on commit a689689

Please sign in to comment.