Skip to content

Instantly share code, notes, and snippets.

@sleduc
Created September 13, 2015 10:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sleduc/e9fbf58e2a78895bc5ad to your computer and use it in GitHub Desktop.
Save sleduc/e9fbf58e2a78895bc5ad to your computer and use it in GitHub Desktop.
diff --git a/pavement.py b/pavement.py
index 6c82dca..83ed39d 100644
--- a/pavement.py
+++ b/pavement.py
@@ -25,7 +25,7 @@ options = environment.options
# guessit 0.10.4 stops supporting python 2.6, the tests also start failing on 2.7
# Path keeps messing about with case, so anything under 6.2 will be broken now
install_requires = ['FeedParser>=5.1.3', 'SQLAlchemy >=0.7.5, !=0.9.0, <1.999', 'PyYAML',
- 'beautifulsoup4>=4.1, !=4.2.0, <4.4', 'html5lib>=0.11', 'PyRSS2Gen', 'pynzb', 'progressbar', 'rpyc',
+ 'beautifulsoup4>=4.1, !=4.2.0', 'html5lib>=0.11', 'PyRSS2Gen', 'pynzb', 'progressbar', 'rpyc',
'jinja2', 'requests>=1.0, !=2.4.0, <2.99', 'python-dateutil!=2.0, !=2.2', 'jsonschema>=2.0',
'python-tvrage', 'tmdb3', 'path.py>=6.2', 'guessit>=0.9.3, <0.10.4', 'apscheduler']
if sys.version_info < (2, 7):
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment