Do not freeze requirement aws-xray-sdk to a specific version (>= instead of ==)

This commit is contained in:
Florent Rivoire 2017-10-23 10:47:55 +02:00
parent 66a554470b
commit 5c55119562

View File

@ -21,7 +21,7 @@ install_requires = [
"python-dateutil<3.0.0,>=2.1",
"mock",
"docker>=2.5.1",
"aws-xray-sdk==0.92.2"
"aws-xray-sdk>=0.93"
]
extras_require = {