Skip to content

Commit

Permalink
add async libs
Browse files Browse the repository at this point in the history
  • Loading branch information
calgray committed Apr 11, 2022
1 parent 0f269c2 commit 5bc20ea
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions daliuge-engine/pip/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# The PIP requirements for daliuge - taken from setup.py
aiostream
asyncstdlib
boto3
bottle
configobj
Expand Down
2 changes: 2 additions & 0 deletions daliuge-engine/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,8 @@ def run(self):
# Keep alpha-sorted PLEASE!
install_requires = [
"wheel", # need to get wheel first...
"aiostream",
"asyncstdlib",
"bottle",
"configobj",
"crc32c",
Expand Down

0 comments on commit 5bc20ea

Please sign in to comment.