We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 98a87f4 + b193ec1 commit a2109b4Copy full SHA for a2109b4
requirements/base.txt
@@ -1,12 +1,5 @@
1
-boto3>=1.6.2
2
-botocore>=1.9.2
3
-docutils==0.14
4
-enum34==1.1.6
5
-functools32==3.2.3.post2
6
-futures==3.2.0
7
-jmespath==0.9.3
8
-jsonschema==2.6.0
9
-python-dateutil==2.6.1
10
-PyYAML==3.12
11
-s3transfer==0.1.13
12
-six==1.11.0
+boto3~=1.5.0
+enum34~=1.1.6
+jsonschema~=2.6.0
+six~=1.11.0
+
requirements/dev.txt
@@ -3,6 +3,7 @@ flake8>=3.3.0
tox>=2.2.1
pytest-cov>=2.4.0
pylint>=1.7.2
+PyYAML==3.12
# Test requirements
pytest>=3.0.7
samtranslator/__init__.py
@@ -1 +1 @@
-__version__ = '1.5.2'
+__version__ = '1.5.3'
0 commit comments