Address SFN.Client.exceptions.ExecutionAlreadyExists Not implemented (#3263)
* Add check for existing execution, fix issue with make init * Remove f-string usage * Remove fstring usage in test * Pin black and run formatting on test_stepfunction * Reverse changes made by black 20.8b1
This commit is contained in:
parent
55b02c6ee9
commit
3b06ce689e
5 changed files with 37 additions and 1 deletions
1
setup.py
1
setup.py
|
|
@ -40,6 +40,7 @@ install_requires = [
|
|||
"werkzeug",
|
||||
"PyYAML>=5.1",
|
||||
"pytz",
|
||||
"ecdsa<0.15",
|
||||
"python-dateutil<3.0.0,>=2.1",
|
||||
"python-jose[cryptography]>=3.1.0,<4.0.0",
|
||||
"docker>=2.5.1",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue