Skip to content

Commit 39da6da

Browse files
committed
Merge pull request #9898 from chrish42/python-dateutil-requirements-fix
Use 'python-dateutil' instead of 'dateutil' for requirement files
2 parents 90e067b + e47a2c6 commit 39da6da

11 files changed

+11
-11
lines changed

ci/requirements-2.7_32.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
dateutil
1+
python-dateutil
22
pytz
33
xlwt
44
numpy

ci/requirements-2.7_64.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
dateutil
1+
python-dateutil
22
pytz
33
xlwt
44
numpy

ci/requirements-2.7_LOCALE.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
dateutil
1+
python-dateutil
22
pytz=2013b
33
xlwt=0.7.5
44
openpyxl=1.6.2

ci/requirements-2.7_SLOW.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
dateutil
1+
python-dateutil
22
pytz
33
numpy
44
cython

ci/requirements-3.3.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
dateutil
1+
python-dateutil
22
pytz=2013b
33
openpyxl=1.6.2
44
xlsxwriter=0.4.6

ci/requirements-3.4.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
dateutil
1+
python-dateutil
22
pytz
33
openpyxl
44
xlsxwriter

ci/requirements-3.4_32.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
dateutil
1+
python-dateutil
22
pytz
33
openpyxl
44
xlrd

ci/requirements-3.4_64.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
dateutil
1+
python-dateutil
22
pytz
33
openpyxl
44
xlrd

ci/requirements-3.4_SLOW.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
dateutil
1+
python-dateutil
22
pytz
33
openpyxl
44
xlsxwriter

ci/requirements_all.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
nose
22
sphinx
33
ipython
4-
dateutil
4+
python-dateutil
55
pytz
66
openpyxl
77
xlsxwriter

ci/requirements_dev.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
dateutil
1+
python-dateutil
22
pytz
33
numpy
44
cython

0 commit comments

Comments
 (0)