Skip to content

Commit

Permalink
depend explicitly on nalaf.git
Browse files Browse the repository at this point in the history
  • Loading branch information
juanmirocks committed Feb 4, 2016
1 parent 26acbb5 commit 874ce05
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ def readme():

setup(
name='relna',
version='0.1.0',
version='0.1.1',
description='Relation Extraction Pipeline for Transcription Factor and Gene or Gene Product relations',
long_description=readme(),
classifiers=[
Expand All @@ -25,12 +25,12 @@ def readme():
packages=find_packages(exclude=['tests']),
install_requires=[
'nalaf',
'nltk',
'beautifulsoup4',
'requests',
'spacy',
'progress'
],
],
dependency_links=[
'https://github.com/Rostlab/nalaf/tree/develop#egg=nalaf'
],
include_package_data=True,
zip_safe=False,
test_suite='nose.collector',
Expand Down

0 comments on commit 874ce05

Please sign in to comment.