Skip to content

Commit

Permalink
chore: remove redundant dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
RDWimmers committed Jul 23, 2024
1 parent 8266167 commit 0849c5e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 17 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ To run the linters locally, run the `run_super_linters.sh` bash script from the
Test the software with the use of coverage:

```bash
set -a; source ./*.env; set +a
python -m pip install --upgrade pip setuptools
pip install -r requirements.txt
pip install -e .
Expand Down
5 changes: 1 addition & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,7 @@ docs = [
"enum-tools[sphinx]>=0.12,<0.13",
]
aws = [
"boto3==1.34.145",
"boto3-stubs==1.34.145",
"botocore==1.34.145",
"botocore-stubs==1.34.145",
"boto3>1.34,<2",
]
# lint dependencies from github super-linter v5
# See https://github.com/super-linter/super-linter/tree/main/dependencies/python
Expand Down
15 changes: 2 additions & 13 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,19 +26,12 @@ black[jupyter]==23.10.1
# via
# baec (pyproject.toml)
# black
boto3==1.34.145
boto3==1.34.146
# via baec (pyproject.toml)
boto3-stubs==1.34.145
# via baec (pyproject.toml)
botocore==1.34.145
botocore==1.34.146
# via
# baec (pyproject.toml)
# boto3
# s3transfer
botocore-stubs==1.34.145
# via
# baec (pyproject.toml)
# boto3-stubs
cachecontrol[filecache]==0.14.0
# via
# cachecontrol
Expand Down Expand Up @@ -323,12 +316,8 @@ traitlets==5.14.3
# ipython
# ipywidgets
# matplotlib-inline
types-awscrt==0.21.2
# via botocore-stubs
types-pytz==2024.1.0.20240417
# via pandas-stubs
types-s3transfer==0.10.1
# via boto3-stubs
types-tqdm==4.66.0.20240417
# via baec (pyproject.toml)
typing-extensions==4.7.1
Expand Down

0 comments on commit 0849c5e

Please sign in to comment.