Skip to content

Commit

Permalink
Merge pull request #700 from hkad98/dotenv
Browse files Browse the repository at this point in the history
Add python-dotenv dependency
  • Loading branch information
hkad98 authored Jul 1, 2024
2 parents f6528ca + 9d80e06 commit 7ef9808
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions gooddata-sdk/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ attrs>=21.4.0,<=23.2.0
cattrs>=22.1.0,<=23.2.3
brotli==1.1.0
requests~=2.31.0
python-dotenv>=1.0.0,<2.0.0
1 change: 1 addition & 0 deletions gooddata-sdk/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"cattrs>=22.1.0,<=23.2.3",
"brotli==1.1.0",
"requests~=2.31.0",
"python-dotenv>=1.0.0,<2.0.0",
]

setup(
Expand Down

0 comments on commit 7ef9808

Please sign in to comment.