Skip to content

Commit

Permalink
Add fakeredis to install_requires
Browse files Browse the repository at this point in the history
  • Loading branch information
tim.reichard committed May 18, 2021
1 parent 21249a6 commit f85c042
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 @@ -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",
Expand All @@ -24,6 +24,7 @@
'aiojobs',
'boto3',
'ddtrace',
'fakeredis',
'httpx',
'mandrill',
'orjson',
Expand All @@ -35,7 +36,6 @@
],
include_package_data=True,
tests_require=[
'fakeredis',
'flask',
'moto',
'pre-commit',
Expand Down

0 comments on commit f85c042

Please sign in to comment.