Skip to content

Commit

Permalink
Only install argparse for python versions <= 3.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerprete authored and brendan-p-lynch committed Jun 14, 2024
1 parent 7948e09 commit 3868914
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
boto3
argparse
argparse ; python_version <= "3.1"

0 comments on commit 3868914

Please sign in to comment.