Skip to content

Commit

Permalink
Removing "python-dotenv" from requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
morington committed Jun 24, 2024
1 parent de7c4d1 commit 6188ce3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions confhub/reader.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
from typing import Optional, Any

import structlog
from dotenv import load_dotenv
from dynaconf import Dynaconf, LazySettings
from dynaconf.utils.boxing import DynaBox

Expand All @@ -12,7 +11,6 @@
from confhub.setup_logger import SetupLogger, LoggerReg

logger: structlog.BoundLogger = structlog.get_logger("confhub")
load_dotenv()


class ReaderConf:
Expand Down
Binary file modified requirements.txt
Binary file not shown.

0 comments on commit 6188ce3

Please sign in to comment.