Skip to content

Commit

Permalink
[setup][s]: add dependency on annotator.
Browse files Browse the repository at this point in the history
  • Loading branch information
rufuspollock committed Oct 21, 2009
1 parent 89209e2 commit 099619f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions pip-requirements.txt
Expand Up @@ -9,4 +9,5 @@
# You would then replace with local checkout path e.g.
# -e local-install-path
-e svn+https://knowledgeforge.net/shakespeare/svn/trunk#egg=shakespeare
-e hg+https://knowledgeforge.net/okfn/annotator#egg=annotator

2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -24,7 +24,7 @@
'FormAlchemy>=1.0',
# last version to work with SQLA < 0.5
'SQLAlchemy-migrate==0.4.5',
# 'annotater>=0.1',
'annotator>=0.3a',
],
test_suite='nose.collector',
package_data={'shakespeare': ['i18n/*/LC_MESSAGES/*.mo']},
Expand Down

0 comments on commit 099619f

Please sign in to comment.