jhuapl-boss / heaviside

Python library and DSL for working with AWS StepFunctions
Apache License 2.0
35 stars 10 forks source link

Requirements fix #17

Closed sandyhider closed 1 year ago

sandyhider commented 1 year ago

updated requirements.txt so it is pegged at funcparserlib 0.3.6 which also requires setuptools<58.0

newer funcparserlib run() has 2 new required positional arguments: 'pos' and 'max'