Skip to content

Commit

Permalink
Merge pull request #23 from Scifabric/fix-pbclieint
Browse files Browse the repository at this point in the history
Fixes.
  • Loading branch information
teleyinex committed Aug 7, 2018
2 parents cf0cbb2 + 26b13a4 commit eae8d00
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
1 change: 1 addition & 0 deletions enki/task_loaders.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
import json
import pbclient


class ServerTasksLoader(object):

def __init__(self, project_id, task_id=None, state='completed', all=0):
Expand Down
11 changes: 6 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,15 @@

setup(
name='enki',
version='1.1.1',
version='1.1.2',
packages=find_packages(),
install_requires=['pybossa-client>=1.1.1, <1.1.2', 'pandas'],
install_requires=['pybossa-client>=2.0.1, <2.0.2', 'pandas'],
# metadata for upload to PyPI
author='SciFabric LTD',
author='Scifabric LTD',
author_email='info@scifabric.com',
description='A Python library to analyze PYBOSSA application results',
long_description='''PyBossa is a crowdsourcing framework. This tiny library that allows you to analyze the results of a PYBOSSA aplication.''',
description='''A Python library to analyze PYBOSSA project's results''',
long_description='''PYBOSSA is a crowdsourcing, microtasking or citizen
science framework. This tiny library allows you to analyze the results of a PYBOSSA project with PANDAS.''',
license='AGPLv3',
url='https://github.com/Scifabric/enki',
download_url='https://github.com/Scifabric/enki/zipball/master',
Expand Down

0 comments on commit eae8d00

Please sign in to comment.