load env vars using python-dotenv

This commit is contained in:
David Lord 2017-07-14 22:37:53 -07:00
parent 0301ac778c
commit f0101de17b
13 changed files with 235 additions and 42 deletions

View file

@ -75,8 +75,10 @@ setup(
'click>=4.0',
],
extras_require={
'dotenv': ['python-dotenv'],
'dev': [
'blinker',
'python-dotenv',
'greenlet',
'pytest>=3',
'coverage',