Skip to content

Commit

Permalink
fix: add extra dynamodb to moto and compile py310 ci deps
Browse files Browse the repository at this point in the history
Signed-off-by: Hai Nguyen <[email protected]>
  • Loading branch information
sudohainguyen committed Feb 4, 2024
1 parent 380568e commit 095047b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion sdk/python/requirements/py3.10-ci-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ distlib==0.3.8
docker==7.0.0
# via
# feast (setup.py)
# moto
# testcontainers
docutils==0.19
# via sphinx
Expand Down Expand Up @@ -450,7 +451,7 @@ mock==2.0.0
# via feast (setup.py)
moreorless==0.4.0
# via bowler
moto==5.0.0
moto[dynamodb]==5.0.0
# via feast (setup.py)
msal==1.26.0
# via
Expand Down Expand Up @@ -613,6 +614,8 @@ py==1.11.0
# via feast (setup.py)
py-cpuinfo==9.0.0
# via pytest-benchmark
py-partiql-parser==0.5.0
# via moto
py4j==0.10.9.7
# via pyspark
pyarrow==15.0.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@
"grpcio-testing>=1.56.2,<2",
"minio==7.1.0",
"mock==2.0.0",
"moto",
"moto[dynamodb]",
"mypy>=0.981,<0.990",
"avro==1.10.0",
"fsspec<2023.10.0",
Expand Down

0 comments on commit 095047b

Please sign in to comment.