Skip to content

Commit 712ffbd

Browse files
authored
Moto server (#35655)
1 parent 8f79543 commit 712ffbd

26 files changed

+307
-120
lines changed

ci/deps/azure-37-locale.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ dependencies:
2121
- lxml
2222
- matplotlib>=3.3.0
2323
- moto
24+
- flask
2425
- nomkl
2526
- numexpr
2627
- numpy=1.16.*

ci/deps/azure-37-slow.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,11 @@ dependencies:
2727
- python-dateutil
2828
- pytz
2929
- s3fs>=0.4.0
30+
- moto>=1.3.14
3031
- scipy
3132
- sqlalchemy
3233
- xlrd
3334
- xlsxwriter
3435
- xlwt
3536
- moto
37+
- flask

ci/deps/azure-38-locale.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ dependencies:
1414

1515
# pandas dependencies
1616
- beautifulsoup4
17+
- flask
1718
- html5lib
1819
- ipython
1920
- jinja2
@@ -32,6 +33,7 @@ dependencies:
3233
- xlrd
3334
- xlsxwriter
3435
- xlwt
36+
- moto
3537
- pyarrow>=0.15
3638
- pip
3739
- pip:

ci/deps/azure-windows-37.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,21 +15,22 @@ dependencies:
1515
# pandas dependencies
1616
- beautifulsoup4
1717
- bottleneck
18-
- fsspec>=0.7.4
18+
- fsspec>=0.8.0
1919
- gcsfs>=0.6.0
2020
- html5lib
2121
- jinja2
2222
- lxml
2323
- matplotlib=2.2.*
24-
- moto
24+
- moto>=1.3.14
25+
- flask
2526
- numexpr
2627
- numpy=1.16.*
2728
- openpyxl
2829
- pyarrow=0.15
2930
- pytables
3031
- python-dateutil
3132
- pytz
32-
- s3fs>=0.4.0
33+
- s3fs>=0.4.2
3334
- scipy
3435
- sqlalchemy
3536
- xlrd

ci/deps/azure-windows-38.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,10 @@ dependencies:
1616
- blosc
1717
- bottleneck
1818
- fastparquet>=0.3.2
19+
- flask
20+
- fsspec>=0.8.0
1921
- matplotlib=3.1.3
22+
- moto>=1.3.14
2023
- numba
2124
- numexpr
2225
- numpy=1.18.*
@@ -26,6 +29,7 @@ dependencies:
2629
- pytables
2730
- python-dateutil
2831
- pytz
32+
- s3fs>=0.4.0
2933
- scipy
3034
- xlrd
3135
- xlsxwriter

ci/deps/travis-37-arm64.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,6 @@ dependencies:
1717
- python-dateutil
1818
- pytz
1919
- pip
20+
- flask
2021
- pip:
2122
- moto

ci/deps/travis-37-cov.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ dependencies:
2323
- geopandas
2424
- html5lib
2525
- matplotlib
26-
- moto
26+
- moto>=1.3.14
27+
- flask
2728
- nomkl
2829
- numexpr
2930
- numpy=1.16.*

ci/deps/travis-37-locale.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ dependencies:
2121
- jinja2
2222
- lxml=4.3.0
2323
- matplotlib=3.0.*
24-
- moto
2524
- nomkl
2625
- numexpr
2726
- numpy
2827
- openpyxl
2928
- pandas-gbq=0.12.0
29+
- pyarrow>=0.17
3030
- psycopg2=2.7
3131
- pyarrow>=0.15.0 # GH #35813
3232
- pymysql=0.7.11

ci/deps/travis-37.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ dependencies:
2020
- pyarrow
2121
- pytz
2222
- s3fs>=0.4.0
23+
- moto>=1.3.14
24+
- flask
2325
- tabulate
2426
- pyreadstat
2527
- pip
26-
- pip:
27-
- moto

doc/source/whatsnew/v1.2.0.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ of the individual storage backends (detailed from the fsspec docs for
2424
`builtin implementations`_ and linked to `external ones`_). See
2525
Section :ref:`io.remote`.
2626

27+
:issue:`35655` added fsspec support (including ``storage_options``)
28+
for reading excel files.
29+
2730
.. _builtin implementations: https://filesystem-spec.readthedocs.io/en/latest/api.html#built-in-implementations
2831
.. _external ones: https://filesystem-spec.readthedocs.io/en/latest/api.html#other-known-implementations
2932

0 commit comments

Comments
 (0)