Skip to content

Commit 0f1e30f

Browse files
committed
updated lexpredict-datefinder version
1 parent f33beec commit 0f1e30f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

python-requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ dateparser==0.7.2
33
docutils==0.15.2
44
gensim==3.8.3
55
joblib==0.14.0
6-
https://github.com/LexPredict/datefinder/archive/master.zip
6+
https://github.com/LexPredict/datefinder/archive/0.6.2.1.zip
77
elasticsearch==7.8.0
88
ipdb==0.10.3
99
lxml==4.5.2

python-requirements-full.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
beautifulsoup4==4.8.0
22
coverage==5.2
33
https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-2.3.1/en_core_web_sm-2.3.1.tar.gz
4-
https://github.com/LexPredict/datefinder/archive/master.zip
4+
https://github.com/LexPredict/datefinder/archive/0.6.2.1.zip
55
dateparser==0.7.2
66
docutils==0.15.2
77
elasticsearch==7.8.0

python-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
bs4==0.0.1
22
dateparser==0.7.2
33
gensim==3.8.3
4-
https://github.com/LexPredict/datefinder/archive/master.zip
4+
https://github.com/LexPredict/datefinder/archive/0.6.2.1.zip
55
joblib==0.14.0
66
nltk==3.5
77
num2words==0.5.10

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
'us==2.0.2'
109109
],
110110
dependency_links=[
111-
'git+https://github.com/LexPredict/datefinder.git@master#egg=datefinder-0.6.2'
111+
'git+https://github.com/LexPredict/datefinder.git@0.6.2.1#egg=datefinder-0.6.2'
112112
],
113113

114114
# Install any data files from packages.

0 commit comments

Comments
 (0)