Skip to content

Commit 0595ed9

Browse files
committed
updated deps in setup.py
1 parent cfc4cd3 commit 0595ed9

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

setup.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,7 @@
8989
# requirements files see:
9090
# https://packaging.python.org/en/latest/requirements.html
9191
install_requires=[
92-
'datefinder-lexpredict @ https://github.com/LexPredict/datefinder/archive/0.6.2.1.zip#egg=datefinder-0.6.2',
93-
# 'datefinder-lexpredict==0.6.2',
92+
'datefinder-lexpredict==0.6.2.1',
9493
'dateparser==0.7.2',
9594
'gensim==3.8.3',
9695
'joblib==0.14.0',
@@ -108,7 +107,7 @@
108107
'us==2.0.2'
109108
],
110109
dependency_links=[
111-
# 'git+https://github.com/LexPredict/datefinder/archive/0.6.2.1.zip'
110+
'git+https://github.com/LexPredict/datefinder/archive/0.6.2.1.zip#egg=datefinder-lexpredict-0.6.2.1'
112111
],
113112

114113
# Install any data files from packages.

0 commit comments

Comments
 (0)