Skip to content

Commit

Permalink
Merge pull request #66 from nrccua/DS-211-add-more-functions-to-ds_ut…
Browse files Browse the repository at this point in the history
…ils-py

adding install fixes for dominodatalab
  • Loading branch information
nrccua-timr authored Feb 18, 2022
2 parents 18d84f9 + 7e378f8 commit 89ee231
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
long_description_content_type="text/markdown",
url='https://github.com/nrccua/aioradio',
author='NRCCUA Architects',
author_email='[email protected]',
license="MIT",
packages=[
'aioradio',
Expand All @@ -24,7 +25,6 @@
'aiojobs>=0.3.0',
'boto3==1.20.24',
'ddtrace>=0.58.2',
'dominodatalab @ https://github.com/dominodatalab/python-domino/archive/refs/tags/1.0.6.zip',
'fakeredis>=1.7.1',
'httpx>=0.19.0',
'mandrill>=1.0.60',
Expand All @@ -36,6 +36,7 @@
'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 89ee231

Please sign in to comment.