Skip to content

Commit

Permalink
Remove duplicate boto3 requirement
Browse files Browse the repository at this point in the history
There is a boto3 requirement in requirements.txt and in tests/requirements.txt. This will eventually lead to some confusion because it's prone to get out of sync. It is a core dependency, so I kept it in requirements.txt.
  • Loading branch information
Andrew-S-Rosen authored Dec 6, 2023
1 parent e45bd30 commit 0675898
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
boto3>=1.26.110
detect-secrets>=1.3.0
flake8>=5.0.4
httpx>=0.24.1
Expand Down

0 comments on commit 0675898

Please sign in to comment.