Skip to content

Commit 7d72117

Browse files
committed
fixed tzlocal version for date parser
1 parent ffde6de commit 7d72117

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

python-requirements-dev.txt

100755100644
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ sphinx==3.1.2
2929
sphinx-rtd-theme==0.5.2
3030
tika==1.24
3131
twine==3.2.0
32+
tzlocal==2.1
3233
Unidecode==1.1.1
3334
us==2.0.2
3435
zahlwort2num==0.2.1

python-requirements-full.txt

100755100644
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ sphinx==3.1.2
3535
sphinx-rtd-theme==0.5.2
3636
tika==1.24
3737
twine==3.2.0
38+
tzlocal==2.1
3839
Unidecode==1.1.1
3940
us==2.0.2
4041
zahlwort2num==0.2.1

python-requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ reporters-db==2.0.3
1212
requests==2.24.0
1313
scikit-learn==0.23.1
1414
scipy==1.5.1
15+
tzlocal==2.1
1516
Unidecode==1.1.1
1617
us==2.0.2
1718
zahlwort2num==0.2.1

setup.py

100644100755
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@
103103
'requests==2.24.0',
104104
'scipy==1.5.1',
105105
'scikit-learn==0.23.1',
106+
'tzlocal==2.1',
106107
'Unidecode==1.1.1',
107108
'us==2.0.2',
108109
'zahlwort2num==0.2.1'

0 commit comments

Comments
 (0)