Skip to content

Commit

Permalink
Use dominodatalab installed from pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
tim.reichard committed Feb 18, 2022
1 parent 89ee231 commit dad0363
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 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.17.3 (2022-02-18)

* Use dominodatalab installed from pypi instead of github.


v0.17.2 (2022-02-18)

* Adding converted async to sync functions to ds_utils.py.
Expand Down
2 changes: 1 addition & 1 deletion aioradio/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ aiobotocore==2.1.0
aiojobs==0.3.0
boto3==1.20.24
ddtrace==0.58.2
dominodatalab==1.0.6
fakeredis==1.7.1
flask==2.0.3
flask-cors==3.0.10
https://github.com/dominodatalab/python-domino/archive/refs/tags/1.0.6.zip
httpx==0.22.0
mandrill==1.0.60
moto==3.0.3
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.17.2',
version='0.17.3',
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 @@ -25,6 +25,7 @@
'aiojobs>=0.3.0',
'boto3==1.20.24',
'ddtrace>=0.58.2',
'dominodatalab==1.0.6',
'fakeredis>=1.7.1',
'httpx>=0.19.0',
'mandrill>=1.0.60',
Expand All @@ -36,7 +37,6 @@
'python-json-logger>=2.0.2',
'redis==3.5.3'
],
dependency_links=['https://github.com/dominodatalab/python-domino/archive/refs/tags/1.0.6.zip'],
include_package_data=True,
tests_require=[
'flask>=2.0.3',
Expand Down

0 comments on commit dad0363

Please sign in to comment.