diff --git a/setup.py b/setup.py index c981715..656253c 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ long_description = fileobj.read() setup(name='aioradio', - version='0.13.5', + version='0.13.6', description='Generic asynchronous i/o python utilities for AWS services (SQS, S3, DynamoDB, Secrets Manager), Redis, MSSQL (pyodbc), JIRA and more', long_description=long_description, long_description_content_type="text/markdown", @@ -24,6 +24,7 @@ 'aiojobs', 'boto3', 'ddtrace', + 'fakeredis', 'httpx', 'mandrill', 'orjson', @@ -35,7 +36,6 @@ ], include_package_data=True, tests_require=[ - 'fakeredis', 'flask', 'moto', 'pre-commit',