Skip to content

Commit

Permalink
Make boto3 & jinja2 requirements open ended to enable compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
austinweisgrau committed Jun 15, 2023
1 parent e3061ca commit 6070ec9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
requests==2.25.1
petl==1.6.8
boto3==1.17.98
boto3>=1.17.98
boxsdk==2.10.0
civis==1.16.0
slackclient==1.3.0
Expand Down Expand Up @@ -51,4 +51,4 @@ pytest-datadir==1.3.0
# Stuff for TMC scripts
# TODO Remove when we have a TMC-specific Docker image
selenium==3.141.0
jinja2==3.0.2
jinja2>=3.0.2

0 comments on commit 6070ec9

Please sign in to comment.