diff options
author | Matthew Lemon <y@yulqen.org> | 2025-01-03 08:56:35 +0000 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2025-01-03 08:56:35 +0000 |
commit | b43e1ef2c2721b7a334526903ea06e73d978f4b0 (patch) | |
tree | e81517eda3755221d942a532565575f8832ce3d8 /pyproject.toml | |
parent | 38f02f15781eb251cfd94f6467d2fc8e7fdf9556 (diff) |
removes old python-dotenv package
Diffstat (limited to '')
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index c5f7812..4bf01be 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ dependencies = [ "pdf2image==1.17.0", "pypdf2==3.0.1", "python-magic==0.4.27", - "python-dotenv==1.0.1", + #"python-dotenv==1.0.1", "boto3==1.34.89", "sqlparse==0.5.0", "markdown==3.6.0", |