Skip to content

Commit

Permalink
separate requirements.txt files for different components
Browse files Browse the repository at this point in the history
  • Loading branch information
mikejs committed May 27, 2010
1 parent fe968d4 commit e8ffe13
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
6 changes: 6 additions & 0 deletions fiftystates/backend/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
pymongo==1.5.2
name_tools==0.1
python-votesmart==0.3.0
nimsp==0.3.3
nltk==2.0b8
simplejson==2.1.1
3 changes: 1 addition & 2 deletions requirements.txt → fiftystates/scrape/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
# Common requirements
scrapelib==0.1
BeautifulSoup
html5lib
lxml
name_tools
httplib2

# Only needed if on Python 2.5
simplejson
Expand Down
7 changes: 7 additions & 0 deletions fiftystates/site/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Django==1.2
django-piston==0.2.2
psycopg2==2.2.1
GitPython==0.2.0-beta1
-e git://github.com/sunlightlabs/django-ostracker.git#egg=django-ostracker
-e git://github.com/sunlightlabs/django-locksmith.git#egg=django-locksmith
nltk==2.0b8

0 comments on commit e8ffe13

Please sign in to comment.