From d27e3cd87f444edcb0c4cdf5f87b22a9b7212b9d Mon Sep 17 00:00:00 2001 From: Aaron Helton Date: Wed, 30 Oct 2024 09:31:21 -0400 Subject: [PATCH] prune requirements - remove reqs supplied by dlx --- requirements.txt | 38 +------------------------------------- 1 file changed, 1 insertion(+), 37 deletions(-) diff --git a/requirements.txt b/requirements.txt index b8bf0ec..3f80f91 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,38 +1,2 @@ -attrs==23.2.0 -boto3==1.34.100 -botocore==1.34.100 -certifi==2024.7.4 -cffi==1.16.0 -charset-normalizer==3.3.2 -click==8.1.7 -cryptography==43.0.1 dlx @ git+https://github.com/dag-hammarskjold-library/dlx@v1.4.14 -idna==3.7 -Jinja2==3.1.4 -jmespath==1.0.1 -joblib==1.4.2 -jsonschema==4.0.0 -lxml==5.2.1 -MarkupSafe==2.1.5 -mongomock==4.1.2 -moto==5.0.8 -nltk==3.9.1 -pycparser==2.22 -pymongo==4.6.3 -pyrsistent==0.20.0 -python-dateutil==2.9.0.post0 -pytz==2024.1 -regex==2024.4.28 -requests==2.32.2 -responses==0.25.0 -s3transfer==0.10.1 -sentinels==1.0.0 -six==1.16.0 -toml==0.10.2 -tqdm==4.66.4 -types-toml==0.10.8 -urllib3==1.26.19 -Werkzeug==3.0.3 -xlrd==1.2.0 -xmldiff==2.4 -xmltodict==0.13.0 +types-toml==0.10.8 \ No newline at end of file