Skip to content

Commit 2429a75

Browse files
authored
Merge pull request #36 from creativecommons/dotenv
add support for .env via python-dotenv
2 parents c66f6de + a28d9a3 commit 2429a75

3 files changed

Lines changed: 251 additions & 121 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,4 +142,5 @@ ehthumbs.db
142142
Thumbs.db
143143

144144
# secrets
145+
.env
145146
query_secrets.py

Pipfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ verify_ssl = true
44
name = "pypi"
55

66
[packages]
7+
python-dotenv = "*"
78
flickrapi = "*"
89
internetarchive = "*"
910
jupyterlab = "*"

0 commit comments

Comments
 (0)