fix requirements by pinning on linux python3.7
# | ||
# This file is autogenerated by pip-compile with python 3.9 | ||
# This file is autogenerated by pip-compile with python 3.7 | ||
# To update, run: | ||
# | ||
# pip-compile requirements.in | ||
... | ... | @@ -107,8 +107,6 @@ cloudpickle==1.6.0 |
# via | ||
# dask | ||
# distributed | ||
colorama==0.4.4 | ||
# via click | ||
cryptography==3.4.7 | ||
# via | ||
# -r requirements.in | ||
... | ... | @@ -192,6 +190,8 @@ idna==3.2 |
# requests | ||
# rfc3986 | ||
# yarl | ||
importlib-metadata==4.8.1 | ||
# via click | ||
isodate==0.6.0 | ||
# via msrest | ||
jmespath==0.10.0 | ||
... | ... | @@ -323,8 +323,6 @@ pytz==2021.1 |
# via | ||
# google-api-core | ||
# pandas | ||
# pywin32==301 | ||
# via portalocker | ||
pyyaml==5.4.1 | ||
# via | ||
# dask | ||
... | ... | @@ -389,9 +387,16 @@ tornado==6.1 |
typing-extensions==3.10.0.0 | ||
# via | ||
# aiohttp | ||
# aioitertools | ||
# anyio | ||
# asgiref | ||
# importlib-metadata | ||
# osdu-data-ecosystem-search | ||
# osdu-data-ecosystem-storage | ||
# pydantic | ||
# structlog | ||
# uvicorn | ||
# yarl | ||
urllib3==1.26.6 | ||
# via | ||
# botocore | ||
... | ... | @@ -406,6 +411,8 @@ yarl==1.6.3 |
# via aiohttp | ||
zict==2.0.0 | ||
# via distributed | ||
zipp==3.6.0 | ||
# via importlib-metadata | ||
# The following packages are considered to be unsafe in a requirements file: | ||
# setuptools |
Please register or sign in to comment