drop pycurl dependency
This commit is contained in:
parent
e873a213b2
commit
4a15407cdb
1 changed files with 0 additions and 5 deletions
5
setup.py
5
setup.py
|
|
@ -7,13 +7,8 @@ def get_install_requires():
|
|||
# glib2-devel sqlite-devel libxml2-devel python-devel \
|
||||
# openssl-devel libffi-devel
|
||||
|
||||
# pycurl can come without ssl backend (or bad one). In such case use
|
||||
# $ pip uninstall pycurl; pip install pycurl --global-option="--with-nss"
|
||||
# or different backend mentioned in error message (openssl, ...)
|
||||
|
||||
requires = [
|
||||
'pyOpenSSL',
|
||||
'pycurl',
|
||||
'python-dateutil',
|
||||
'requests',
|
||||
'requests-kerberos',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue