22# This file is autogenerated by pip-compile with python 3.8
33# To update, run:
44#
5- # pip-compile --extra=ci --output-file=requirements/py3.8-ci-requirements.txt
5+ # pip-compile --extra=ci --output-file=requirements/py3.8-ci-requirements.txt setup.py
66#
77absl-py==1.0.0
88 # via tensorflow-metadata
@@ -44,8 +44,6 @@ assertpy==1.1
4444 # via feast (setup.py)
4545async-timeout==4.0.2
4646 # via aiohttp
47- asynctest==0.13.0
48- # via aiohttp
4947attrs==21.4.0
5048 # via
5149 # aiohttp
@@ -116,6 +114,8 @@ click==8.0.3
116114 # great-expectations
117115 # pip-tools
118116 # uvicorn
117+ cloudpickle==2.0.0
118+ # via dask
119119colorama==0.4.4
120120 # via feast (setup.py)
121121coverage[toml]==6.3
@@ -131,6 +131,8 @@ cryptography==3.3.2
131131 # pyjwt
132132 # pyopenssl
133133 # snowflake-connector-python
134+ dask==2022.1.1
135+ # via feast (setup.py)
134136debugpy==1.5.1
135137 # via ipykernel
136138decorator==5.1.1
@@ -139,8 +141,6 @@ decorator==5.1.1
139141 # ipython
140142defusedxml==0.7.1
141143 # via nbconvert
142- deprecated==1.2.13
143- # via redis
144144deprecation==2.1.0
145145 # via testcontainers
146146dill==0.3.4
@@ -181,6 +181,7 @@ frozenlist==1.3.0
181181fsspec==2022.1.0
182182 # via
183183 # adlfs
184+ # dask
184185 # gcsfs
185186gcsfs==2022.1.0
186187 # via feast (setup.py)
@@ -277,18 +278,7 @@ idna==3.3
277278imagesize==1.3.0
278279 # via sphinx
279280importlib-metadata==4.2.0
280- # via
281- # click
282- # flake8
283- # great-expectations
284- # jsonschema
285- # moto
286- # pep517
287- # pluggy
288- # pre-commit
289- # pytest
290- # redis
291- # virtualenv
281+ # via great-expectations
292282importlib-resources==5.4.0
293283 # via jsonschema
294284iniconfig==1.1.1
@@ -356,6 +346,8 @@ libcst==0.4.1
356346 # via
357347 # google-cloud-bigquery-storage
358348 # google-cloud-datastore
349+ locket==0.2.1
350+ # via partd
359351markupsafe==2.0.1
360352 # via
361353 # jinja2
@@ -439,12 +431,12 @@ oscrypto==1.2.1
439431packaging==21.3
440432 # via
441433 # bleach
434+ # dask
442435 # deprecation
443436 # google-api-core
444437 # google-cloud-bigquery
445438 # google-cloud-firestore
446439 # pytest
447- # redis
448440 # sphinx
449441pandas==1.3.5
450442 # via
@@ -459,6 +451,8 @@ pandocfilters==1.5.0
459451 # via nbconvert
460452parso==0.8.3
461453 # via jedi
454+ partd==1.2.0
455+ # via dask
462456pathspec==0.9.0
463457 # via black
464458pbr==5.8.0
@@ -604,6 +598,7 @@ pytz-deprecation-shim==0.1.0.post0
604598 # via tzlocal
605599pyyaml==6.0
606600 # via
601+ # dask
607602 # feast (setup.py)
608603 # libcst
609604 # pre-commit
@@ -612,7 +607,11 @@ pyzmq==22.3.0
612607 # via
613608 # jupyter-client
614609 # notebook
615- redis==4.1.2
610+ redis==3.5.3
611+ # via
612+ # feast (setup.py)
613+ # redis-py-cluster
614+ redis-py-cluster==2.1.3
616615 # via feast (setup.py)
617616regex==2022.1.18
618617 # via black
@@ -727,7 +726,10 @@ tomli==2.0.0
727726 # mypy
728727 # pep517
729728toolz==0.11.2
730- # via altair
729+ # via
730+ # altair
731+ # dask
732+ # partd
731733tornado==6.1
732734 # via
733735 # ipykernel
@@ -751,9 +753,7 @@ traitlets==5.1.1
751753 # nbformat
752754 # notebook
753755typed-ast==1.5.2
754- # via
755- # black
756- # mypy
756+ # via black
757757types-futures==3.3.8
758758 # via types-protobuf
759759types-protobuf==3.19.7
@@ -778,22 +778,11 @@ types-urllib3==1.26.8
778778 # via types-requests
779779typing-extensions==4.0.1
780780 # via
781- # aiohttp
782- # anyio
783- # argon2-cffi
784- # asgiref
785- # async-timeout
786781 # great-expectations
787- # h11
788- # importlib-metadata
789- # jsonschema
790782 # libcst
791783 # mypy
792784 # pydantic
793- # starlette
794785 # typing-inspect
795- # uvicorn
796- # yarl
797786typing-inspect==0.7.1
798787 # via libcst
799788tzdata==2021.5
@@ -832,9 +821,7 @@ wheel==0.37.1
832821widgetsnbextension==3.5.2
833822 # via ipywidgets
834823wrapt==1.13.3
835- # via
836- # deprecated
837- # testcontainers
824+ # via testcontainers
838825xmltodict==0.12.0
839826 # via moto
840827yarl==1.7.2
@@ -843,7 +830,6 @@ zipp==3.7.0
843830 # via
844831 # importlib-metadata
845832 # importlib-resources
846- # pep517
847833
848834# The following packages are considered to be unsafe in a requirements file:
849835# pip
0 commit comments