Skip to content

Commit

Permalink
workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
transacid committed Mar 14, 2018
1 parent c622ffd commit 1da07fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ def set_properties(project):
project.depends_on("boto3")
project.depends_on("docopt")
project.depends_on("six")
project.depends_on("python-dateutil<2.7.0")

project.set_property('distutils_console_scripts', ['ultimate-source-of-accounts=ultimate_source_of_accounts.cli:main'])
project.set_property('flake8_break_build', True)
Expand Down

0 comments on commit 1da07fa

Please sign in to comment.