Skip to content

Commit 3868914

Browse files
tylerpretebrendan-p-lynch
authored andcommitted
Only install argparse for python versions <= 3.1.
1 parent 7948e09 commit 3868914

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
boto3
2-
argparse
2+
argparse ; python_version <= "3.1"

0 commit comments

Comments
 (0)