forked from orbit-oss/flask
load env vars using python-dotenv
This commit is contained in:
parent
77b98a2762
commit
491d331e6e
13 changed files with 235 additions and 42 deletions
2
setup.py
2
setup.py
|
|
@ -75,8 +75,10 @@ setup(
|
|||
'click>=4.0',
|
||||
],
|
||||
extras_require={
|
||||
'dotenv': ['python-dotenv'],
|
||||
'dev': [
|
||||
'blinker',
|
||||
'python-dotenv',
|
||||
'greenlet',
|
||||
'pytest>=3',
|
||||
'coverage',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue