Skip to content

Commit

Permalink
req
Browse files Browse the repository at this point in the history
  • Loading branch information
EvangMM committed Dec 6, 2023
1 parent 104956b commit e32fa7d
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 5 deletions.
4 changes: 3 additions & 1 deletion core/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ classifiers = [
keywords = ["data", "dataops", "kubernetes"]
requires-python = ">=3.9"
dependencies = [
"boto3>1.25, <=1.26",
"boto3~=1.24.59",
"aiobotocore~=2.4.2",
"s3fs~=2023.1.0",
"pydantic~=1.10",
"pandas==1.3.5",
"sqlalchemy~=1.4",
Expand Down
45 changes: 41 additions & 4 deletions core/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,24 +4,53 @@
#
# pip-compile pyproject.toml
#
boto3==1.26.0
aiobotocore==2.4.2
# via
# digitalhub-core (pyproject.toml)
# s3fs
aiohttp==3.9.1
# via
# aiobotocore
# s3fs
aioitertools==0.11.0
# via aiobotocore
aiosignal==1.3.1
# via aiohttp
async-timeout==4.0.3
# via aiohttp
attrs==23.1.0
# via aiohttp
boto3==1.24.59
# via digitalhub-core (pyproject.toml)
botocore==1.29.165
botocore==1.27.59
# via
# aiobotocore
# boto3
# s3transfer
certifi==2023.7.22
# via requests
charset-normalizer==3.3.2
# via requests
frozenlist==1.4.0
# via
# aiohttp
# aiosignal
fsspec==2023.1.0
# via s3fs
greenlet==2.0.2
# via sqlalchemy
idna==3.4
# via requests
# via
# requests
# yarl
jmespath==1.0.1
# via
# boto3
# botocore
multidict==6.0.4
# via
# aiohttp
# yarl
numpy==1.25.2
# via
# pandas
Expand All @@ -42,15 +71,23 @@ pytz==2023.3
# via pandas
requests==2.31.0
# via digitalhub-core (pyproject.toml)
s3fs==2023.1.0
# via digitalhub-core (pyproject.toml)
s3transfer==0.6.2
# via boto3
six==1.16.0
# via python-dateutil
sqlalchemy==1.4.50
# via digitalhub-core (pyproject.toml)
typing-extensions==4.7.1
# via pydantic
# via
# aioitertools
# pydantic
urllib3==1.26.18
# via
# botocore
# requests
wrapt==1.16.0
# via aiobotocore
yarl==1.9.4
# via aiohttp

0 comments on commit e32fa7d

Please sign in to comment.