Skip to content

Commit

Permalink
[feature] add delta-task dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mh739025250 committed Aug 23, 2021
1 parent 2e159c5 commit 94ec9a7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ Pillow==8.3.1
protobuf==3.17.3
PyYAML==5.4.1
python-multipart==0.0.5
tqdm==4.46.0
tqdm==4.46.0
delta-task==0.0.3
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def run_tests(self):

setup(
name="delta_node",
version="0.0.1",
version="0.0.2",
packages=find_packages(),
include_package_data=True,
exclude_package_data={"": [".gitignore"]},
Expand All @@ -50,6 +50,7 @@ def run_tests(self):
'PyYAML~=5.4.1',
'python-multipart~=0.0.5',
'tqdm~=4.60.0',
'delta-task==0.0.3'
],
tests_require=["pytest"],
cmdclass={"test": PyTest},
Expand Down

0 comments on commit 94ec9a7

Please sign in to comment.