Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

setup.cfg & config.py: make sure we load_dotenv() #46

Merged
merged 1 commit into from
Feb 7, 2024

Conversation

kamoltat
Copy link
Member

@kamoltat kamoltat commented Feb 1, 2024

Currently, setup.cfg doesn't have python-dotenv
as a required dependency so we add that.

Moreover, in config.py we didn't really
load_dotenv() so we didn't actually load
.env into pydantic_settings

Contribution Guidelines

To sign and test your commits, please refer to Contibution guidelines.

Checklist

@kamoltat kamoltat requested a review from VallariAg February 1, 2024 23:07
@kamoltat kamoltat self-assigned this Feb 1, 2024
VallariAg
VallariAg previously approved these changes Feb 5, 2024
Currently, setup.cfg doesn't have python-dotenv
as a required dependency so we add that.

Moreover, in config.py we didn't really
load_dotenv() so we didn't actually load
.env into pydantic_settings

Signed-off-by: Kamoltat Sirivadhna <[email protected]>
@kamoltat
Copy link
Member Author

kamoltat commented Feb 7, 2024

@VallariAg Just needs a thumbs up one more time

@kamoltat kamoltat merged commit 212fa44 into ceph:main Feb 7, 2024
4 checks passed
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.

2 participants