Skip to content

Commit e47a2c6

Browse files
committed
Use 'python-dateutil' instead of 'dateutil' for requirement files (except for the old versions),
as the former also is known to the 'pip install' command.
1 parent 342c91b commit e47a2c6

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)