Skip to content

Commit

Permalink
add dotenv to package requirements since now part of main program
Browse files Browse the repository at this point in the history
  • Loading branch information
bh2smith committed Sep 5, 2023
1 parent 3d8f6ae commit 4be18a2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 0 additions & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,5 @@ black>=22.8.0
pandas>=1.0.0
pylint>=2.15.0
pytest>=7.1.3
python-dotenv>=0.21.0
mypy>=0.971
aiounittest>=1.4.2
3 changes: 2 additions & 1 deletion requirements/prod.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ types-PyYAML>=6.0.11
types-requests>=2.28.9
python-dateutil>=2.8.2
requests>=2.28.1
ndjson>=0.3.1
ndjson>=0.3.1
python-dotenv>=0.21.0
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ install_requires =
web3>=5.30.0
ndjson>=0.3.1
aiohttp>=3.8.3
python-dotenv>=0.21.0
python_requires = >=3.7
setup_requires =
setuptools_scm
Expand Down

0 comments on commit 4be18a2

Please sign in to comment.