Skip to content

remove redundant dotenv package — python-dotenv already listedFix redundant dotenv dependency#4

Open
khushalnagal wants to merge 2 commits into
campusx-official:mainfrom
khushalnagal:fix-redundant-dotenv-dependency
Open

remove redundant dotenv package — python-dotenv already listedFix redundant dotenv dependency#4
khushalnagal wants to merge 2 commits into
campusx-official:mainfrom
khushalnagal:fix-redundant-dotenv-dependency

Conversation

@khushalnagal

Copy link
Copy Markdown

The requirements.txt currently lists both dotenv==0.9.9 and python-dotenv==1.1.1.

The dotenv package is a placeholder on PyPI and not the intended dependency.
The correct package python-dotenv is already present on line 51, so this removes
the redundant and incorrect entry to avoid confusion during environment setup.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant