Skip to content

Commit

Permalink
Add python-dotenv to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Sujay-Shankar committed May 10, 2024
1 parent d2a2d13 commit 78b04a9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,6 @@ dependencies:
- twine
- pip
- pip:
- python-dotenv
- sphinx-material
- celerite2
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ dependencies = [
"tqdm",
"pandas",
"bokeh",
"python-dotenv",
]
classifiers = [
"Programming Language :: Python :: 3",
Expand Down
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,5 @@ tox
coverage
coveralls
twine
pip
pip
python-dotenv

0 comments on commit 78b04a9

Please sign in to comment.