File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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' ,
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.
You can’t perform that action at this time.
0 commit comments