Skip to content

Commit

Permalink
Include boto3 in dev requirements
Browse files Browse the repository at this point in the history
Because pghoard's CI uses the AWS backend, boto3 must be included in
the pghoard dev requirements.

boto3 is not a hard dependency of rohmu's, as AWS is just one of the
multiple backends it supports.
  • Loading branch information
nicois committed Mar 21, 2023
1 parent 3448a1b commit fb45c5b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions requirements.dev.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Use pip for build requirements to harmonize between OS versions
boto3
mock
mypy
pylint>=2.4.3,<=2.7.2
Expand Down

0 comments on commit fb45c5b

Please sign in to comment.