Skip to content

Commit

Permalink
pipeline: Bump version. Require ArchiveTeam/wpull@277ea4bf as a hotfix.
Browse files Browse the repository at this point in the history
  • Loading branch information
chfoo committed Feb 2, 2015
1 parent 065b0cc commit 84e0c1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pipeline/pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
MarkItemAsDone, CheckIP


VERSION = "20150201.02"
VERSION = "20150202.01"
PHANTOMJS_VERSION = '1.9.8'
EXPIRE_TIME = 60 * 60 * 48 # 48 hours between archive requests
WPULL_EXE = find_executable('Wpull', None, [ './wpull' ])
Expand Down
2 changes: 1 addition & 1 deletion pipeline/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ psutil
pyyaml
redis==2.10.3
trollius>=1.0.2
wpull==0.1006
git+https://github.com/chfoo/wpull@277ea4bf35cb5f11db8eaf2ae13831cbab2d3bd3#egg=wpull
sqlalchemy
hiredis
requests
Expand Down

0 comments on commit 84e0c1c

Please sign in to comment.