Skip to content

Commit d11e36a

Browse files
committed
add dependency for env variables
1 parent 86972b5 commit d11e36a

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

pyproject.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ dev = [
2020
"black",
2121
"ipykernel",
2222
"openpyxl",
23-
"xlsxwriter"
23+
"xlsxwriter",
24+
"python-dotenv"
2425
]
2526

2627
[project.urls]

requirements/dev.txt

+2
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,8 @@ python-dateutil==2.8.2
138138
# via
139139
# jupyter-client
140140
# pandas
141+
python-dotenv==1.0.0
142+
# via dataprodukt-toppoppgaver-deling (pyproject.toml)
141143
pytz==2023.3
142144
# via pandas
143145
pyzmq==25.1.0

0 commit comments

Comments
 (0)