Skip to content

Commit

Permalink
checks-ocr\refac(back): remove unused dependencies
Browse files Browse the repository at this point in the history
- remove unused dependencies from `requirements.txt` file
- add list of direct dependencies to `README.md` file
  • Loading branch information
este6an13 committed Feb 19, 2024
1 parent afe7edc commit dffd445
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 44 deletions.
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,4 +139,17 @@ make any call to Amazon Textract. This is useful in case you want to manually ad
- Banco Guayaquil
- Banco del Austro
- BanEcuador
- Produbanco
- Produbanco

## Direct Dependencies

- `boto3`
- `coverage`
- `openpyxl`
- `pandas`
- `pillow`
- `pymupdf`
- `pytest`
- `unidecode`

For a comprehensive list that includes both direct and transitive dependencies, please refer to the `requirements.txt` file.
49 changes: 6 additions & 43 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,60 +1,23 @@
aiohttp==3.9.3
aiosignal==1.3.1
annotated-types==0.6.0
anyio==4.2.0
async-timeout==4.0.3
attrs==23.2.0
boto3==1.34.34
botocore==1.34.34
certifi==2024.2.2
charset-normalizer==3.3.2
boto3==1.34.44
botocore==1.34.44
colorama==0.4.6
coverage==7.4.1
dataclasses-json==0.6.4
et-xmlfile==1.1.0
exceptiongroup==1.2.0
filelock==3.13.1
frozenlist==1.4.1
fsspec==2024.2.0
greenlet==3.0.3
huggingface-hub==0.20.3
idna==3.6
iniconfig==2.0.0
jmespath==1.0.1
jsonpatch==1.33
jsonpointer==2.4
langchain==0.1.6
langchain-community==0.0.19
langchain-core==0.1.22
langsmith==0.0.87
marshmallow==3.20.2
multidict==6.0.5
mypy-extensions==1.0.0
numpy==1.26.3
numpy==1.26.4
openpyxl==3.1.2
packaging==23.2
pandas==2.2.0
pillow==10.2.0
pluggy==1.4.0
pydantic==2.6.1
pydantic_core==2.16.2
PyMuPDF==1.23.21
PyMuPDFb==1.23.9
PyMuPDF==1.23.23
PyMuPDFb==1.23.22
pytest==8.0.1
python-dateutil==2.8.2
pytz==2024.1
PyYAML==6.0.1
requests==2.31.0
s3transfer==0.10.0
six==1.16.0
sniffio==1.3.0
SQLAlchemy==2.0.25
tenacity==8.2.3
tomli==2.0.1
tqdm==4.66.1
typing-inspect==0.9.0
typing_extensions==4.9.0
tzdata==2023.4
tzdata==2024.1
Unidecode==1.3.8
urllib3==2.0.7
yarl==1.9.4

0 comments on commit dffd445

Please sign in to comment.