Skip to content

Commit

Permalink
chore: update dependencies in requirements.txt
Browse files Browse the repository at this point in the history
- Specified version for python-dotenv to 1.0.0 for consistency.
- Added notion-client version 2.2.1 to the requirements.
- Ensured requests-mock remains included in the dependencies.
  • Loading branch information
atxtechbro committed Dec 22, 2024
1 parent 7afec84 commit e5f293a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
requests
python-dotenv
python-dotenv==1.0.0
pydantic
pytest
requests-mock
requests-mock
notion-client==2.2.1

0 comments on commit e5f293a

Please sign in to comment.