Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fix dependencies
Signed-off-by: Kevin Zhang <kzhang@tecton.ai>
  • Loading branch information
kevjumba committed Jul 19, 2022
commit f23a1fe4b6527152118df092aa64489fc502d897
12 changes: 10 additions & 2 deletions sdk/python/requirements/py3.8-ci-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with python 3.9
# This file is autogenerated by pip-compile with python 3.8
# To update, run:
#
# pip-compile --extra=ci --output-file=sdk/python/requirements/py3.8-ci-requirements.txt
Expand Down Expand Up @@ -72,6 +72,10 @@ babel==2.10.3
# via sphinx
backcall==0.2.0
# via ipython
backports-zoneinfo==0.2.1
# via
# pytz-deprecation-shim
# tzlocal
black==22.6.0
# via feast (setup.py)
boto3==1.20.23
Expand Down Expand Up @@ -302,6 +306,8 @@ imagesize==1.4.1
# via sphinx
importlib-metadata==4.12.0
# via great-expectations
importlib-resources==5.8.0
# via jsonschema
iniconfig==1.1.1
# via pytest
ipython==8.4.0
Expand Down Expand Up @@ -799,7 +805,9 @@ xmltodict==0.13.0
yarl==1.7.2
# via aiohttp
zipp==3.8.1
# via importlib-metadata
# via
# importlib-metadata
# importlib-resources

# The following packages are considered to be unsafe in a requirements file:
# pip
Expand Down
6 changes: 5 additions & 1 deletion sdk/python/requirements/py3.8-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with python 3.9
# This file is autogenerated by pip-compile with python 3.8
# To update, run:
#
# pip-compile --output-file=sdk/python/requirements/py3.8-requirements.txt
Expand Down Expand Up @@ -71,6 +71,8 @@ idna==3.3
# via
# anyio
# requests
importlib-resources==5.8.0
# via jsonschema
jinja2==3.1.2
# via feast (setup.py)
jsonschema==4.7.2
Expand Down Expand Up @@ -196,3 +198,5 @@ watchfiles==0.15.0
# via uvicorn
websockets==10.3
# via uvicorn
zipp==3.8.1
# via importlib-resources