Skip to content

Commit 80af1c7

Browse files
committed
updated pycurl dependency to more recent version as old version is no longer easily accessible by easy_install
1 parent c22d8b4 commit 80af1c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@
1111
keywords = 'server xmpp jabber',
1212

1313
packages = list(find_packages(exclude=('examples', ))),
14-
install_requires = ['pycurl==7.16.2.1', 'simplejson', 'tornado', 'lxml']
14+
install_requires = ['pycurl==7.19.0', 'simplejson', 'tornado', 'lxml']
1515
)

0 commit comments

Comments
 (0)