Skip to content

Commit df04ae7

Browse files
micaelawclaude
andauthored
fix: remove unused python-dotenv dependency (#63)
python-dotenv was declared as a runtime dependency but is never imported or used anywhere in the package. Removing it reduces unnecessary overhead for downstream consumers. Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent fc577c2 commit df04ae7

3 files changed

Lines changed: 1 addition & 18 deletions

File tree

poetry.lock

Lines changed: 1 addition & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ files = ["*.py", "*/__init__.py", "*/__version__.py", "*/version.py"]
3636
python = "^3.10"
3737
aiohttp = "^3.9.0"
3838
requests = "^2.25.1"
39-
python-dotenv = "^0.15.0"
4039
dataclasses-json = "^0.5.3"
4140
fuuid = "^0.1.0"
4241

requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ pytest>=7.0.0; python_version >= "3.6"
5353
pytest-cov==2.12.1; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.5.0")
5454
pytest-mock==3.6.1; python_version >= "3.6"
5555
pytest-watch==4.2.0
56-
python-dotenv==0.15.0
5756
pytz==2021.1; python_version >= "3.5" and python_full_version < "3.0.0" or python_full_version >= "3.4.0" and python_version >= "3.5"
5857
pyyaml>=6.0; python_full_version >= "3.6.1"
5958
regex==2021.8.3; python_version >= "3.6"

0 commit comments

Comments
 (0)