We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3144f86 + 344bf50 commit 4a0c285Copy full SHA for 4a0c285
requirements.txt
@@ -1,4 +1,14 @@
1
beautifulsoup4==4.5.0
2
boto3==1.3.1
3
-requests==2.9.1
4
-pytest==2.9.2
+botocore==1.4.93
+certifi==2020.4.5.1
5
+chardet==3.0.4
6
+docutils==0.16
7
+idna==2.9
8
+jmespath==0.10.0
9
+py==1.8.1
10
+pytest==2.9.2
11
+python-dateutil==2.8.1
12
+requests==2.23.0
13
+six==1.15.0
14
+urllib3==1.25.9
setup.py
@@ -1,7 +1,7 @@
from setuptools import setup, find_packages
setup(name='pyboto3',
- version='1.4.4',
+ version='1.13.18',
packages=find_packages(),
description='Pythonic Interface for AWS boto3 that gives you autocomplete on every service',
author='WavyCloud',
0 commit comments