kopia lustrzana https://github.com/glidernet/ogn-python
setup.py: Add optional postresql requirement
To install ogn-python with postresql support (currently required for logbook.compute/.show), use ``` pip install -e .[postgresql] ```pull/35/head
rodzic
e22e6a619e
commit
88406a31d0
3
setup.py
3
setup.py
|
@ -51,6 +51,9 @@ setup(
|
|||
'coveralls==0.4.4',
|
||||
'flake8==2.5.0'
|
||||
],
|
||||
'postgresql': [
|
||||
'psycopg2==2.6.1'
|
||||
]
|
||||
},
|
||||
zip_safe=False
|
||||
)
|
||||
|
|
Ładowanie…
Reference in New Issue