mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-05-29 04:26:41 +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'],
|
||||
'notify': ['notify2'],
|
||||
'doc': ['sphinx'],
|
||||
'postgres': ['psycopg2-binary']
|
||||
},
|
||||
# https://pypi.python.org/pypi?%3Aaction=list_classifiers
|
||||
classifiers=[
|
||||
|
Loading…
x
Reference in New Issue
Block a user