1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2024-10-05 18:31:12 +01:00

setup.py: Add postgres dependency in extras list

This commit is contained in:
Marc Bonnici 2019-06-04 14:14:23 +01:00 committed by setrofim
parent 52a0a79012
commit 2347c8c007

View File

@ -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=[