Skip to content

Commit

Permalink
requirements reworked, argparse was causing a conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesturk committed Feb 2, 2011
1 parent b21a9a5 commit b16393d
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 15 deletions.
8 changes: 0 additions & 8 deletions billy/importers/requirements.txt

This file was deleted.

21 changes: 16 additions & 5 deletions billy/scrape/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,23 @@
# Common requirements
scrapelib>=0.4.0
validictory>=0.4.2
BeautifulSoup>=3.1
html5lib
argparse==1.1

# billy.scrape requirements
lxml>=2.2
feedparser>=4.1
pytz>=2010l
argparse==1.1
scrapelib>=0.4.1
validictory>=0.6.1

# billy.importers requirements
pymongo>=1.8.1
name_tools>=0.1.2
python-votesmart==0.3.0
nimsp==0.3.3
jellyfish>=0.1.2

# required for obsolete states
#BeautifulSoup>=3.1
#html5lib

# Required for Michigan
#PdfMiner>=20091219
Expand Down
3 changes: 1 addition & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
-r billy/importers/requirements.txt
-r billy/requirements.txt
-r billy/site/requirements.txt
-r billy/scrape/requirements.txt

nose

0 comments on commit b16393d

Please sign in to comment.