Skip to content

Commit

Permalink
Fix unable to set envvar to false
Browse files Browse the repository at this point in the history
refs #137
  • Loading branch information
cheungpat authored and rickmak committed May 15, 2017
1 parent d5f3e4e commit 887e467
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ six==1.9.0
SQLAlchemy==1.0.8
strict-rfc3339==0.5
websocket-client==0.32.0
ConfigArgParse==0.10.0
ConfigArgParse==0.12.0
werkzeug==0.11.3
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def run_tests(self):
'requests',
'websocket-client>=0.32.0',
'bcrypt==2.0.0',
'ConfigArgParse>=0.10.0',
'ConfigArgParse>=0.12.0',
'werkzeug>=0.11.0',
'boto3>=1.4',
],
Expand Down

0 comments on commit 887e467

Please sign in to comment.