Skip to content

Commit cfc4cd3

Browse files
committed
update setup.py
1 parent 0f1e30f commit cfc4cd3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,8 @@
8989
# requirements files see:
9090
# https://packaging.python.org/en/latest/requirements.html
9191
install_requires=[
92-
# 'datefinder @ https://github.com/LexPredict/datefinder/archive/master.zip',
93-
'datefinder-lexpredict==0.6.2',
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',
9494
'dateparser==0.7.2',
9595
'gensim==3.8.3',
9696
'joblib==0.14.0',
@@ -108,7 +108,7 @@
108108
'us==2.0.2'
109109
],
110110
dependency_links=[
111-
'git+https://github.com/LexPredict/datefinder.git@0.6.2.1#egg=datefinder-0.6.2'
111+
# 'git+https://github.com/LexPredict/datefinder/archive/0.6.2.1.zip'
112112
],
113113

114114
# Install any data files from packages.

0 commit comments

Comments
 (0)