Merge pull request #1292 from frivoire/master
Do not freeze requirement aws-xray-sdk to a specific version
This commit is contained in:
commit
d6ecaafe6e
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue