mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-04-20 09:40:50 +01:00
setup.py: Add postgres dependency in extras
list
This commit is contained in:
parent
52a0a79012
commit
2347c8c007
1
setup.py
1
setup.py
@ -99,6 +99,7 @@ params = dict(
|
|||||||
'mongodb': ['pymongo'],
|
'mongodb': ['pymongo'],
|
||||||
'notify': ['notify2'],
|
'notify': ['notify2'],
|
||||||
'doc': ['sphinx'],
|
'doc': ['sphinx'],
|
||||||
|
'postgres': ['psycopg2-binary']
|
||||||
},
|
},
|
||||||
# https://pypi.python.org/pypi?%3Aaction=list_classifiers
|
# https://pypi.python.org/pypi?%3Aaction=list_classifiers
|
||||||
classifiers=[
|
classifiers=[
|
||||||
|
Loading…
x
Reference in New Issue
Block a user