Skip to content

Commit e0932df

Browse files
Johannes HötterJohannes Hötter
authored andcommitted
update setup
1 parent 9eccb74 commit e0932df

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

publish.sh

100644100755
File mode changed.

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
setup(
1212
name="onetask",
13-
version="0.1.7w",
13+
version="0.1.7",
1414
author="onetask",
1515
author_email="[email protected]",
1616
description="Official Python SDK for the onetask API",
@@ -27,6 +27,7 @@
2727
packages=find_packages("."),
2828
install_requires=[
2929
"certifi==2021.5.30",
30+
"spacy==3.1.3",
3031
"chardet==4.0.0",
3132
"idna==2.10",
3233
"requests==2.25.1",

0 commit comments

Comments
 (0)