Skip to content

Commit

Permalink
Remove psycopg2 as a required install with aioradio
Browse files Browse the repository at this point in the history
  • Loading branch information
tim.reichard committed Apr 13, 2023
1 parent 37120c0 commit 7114eda
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 9 deletions.
5 changes: 5 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ History
=======


v0.18.1 (2023-04-13)

* Remove psycopg2 as a required install with aioradio.


v0.18.0 (2023-03-22)

* Add support for python3.11.
Expand Down
14 changes: 7 additions & 7 deletions aioradio/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,18 @@ dominodatalab==1.2.3
fakeredis==1.10.1
flask==2.1.2
flask-cors==3.0.10
httpx==0.23.3
httpx==0.24.0
mandrill==1.0.60
moto==3.1.18
openpyxl==3.0.10
orjson==3.8.5
orjson==3.8.10
pandas==1.5.3
pre-commit==3.2.0
psycopg2-binary==2.9.5
pylint==2.17.0
pyodbc==4.0.35
pre-commit==3.2.2
psycopg2-binary==2.9.6
pylint==2.17.2
pyodbc==4.0.38
pysmb==1.2.9.1
pytest==7.2.2
pytest==7.3.0
pytest-asyncio==0.21.0
pytest-cov==4.0.0
python-json-logger==2.0.7
Expand Down
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.18.0',
version='0.18.1',
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 Down Expand Up @@ -36,7 +36,7 @@
'openpyxl==3.0.10',
'orjson>=3.6.8',
'pandas>=1.3.5',
'psycopg2-binary>=2.9.3',
#'psycopg2-binary>=2.9.3',
'pysmb>=1.2.7',
'python-json-logger>=2.0.2',
'redis==3.5.3'
Expand Down

0 comments on commit 7114eda

Please sign in to comment.