From 78b04a9c6d794c1c7d639cc67ac43d6cd8772c72 Mon Sep 17 00:00:00 2001 From: Sujay-Shankar Date: Fri, 10 May 2024 12:57:21 -0400 Subject: [PATCH] Add python-dotenv to dependencies --- environment.yml | 1 + pyproject.toml | 1 + requirements.txt | 3 ++- 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/environment.yml b/environment.yml index cb2666c..0a1930d 100644 --- a/environment.yml +++ b/environment.yml @@ -32,5 +32,6 @@ dependencies: - twine - pip - pip: + - python-dotenv - sphinx-material - celerite2 diff --git a/pyproject.toml b/pyproject.toml index 3123495..85c1f66 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,6 +24,7 @@ dependencies = [ "tqdm", "pandas", "bokeh", + "python-dotenv", ] classifiers = [ "Programming Language :: Python :: 3", diff --git a/requirements.txt b/requirements.txt index be52cac..856cff8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -26,4 +26,5 @@ tox coverage coveralls twine -pip \ No newline at end of file +pip +python-dotenv \ No newline at end of file