diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2011-12-07 22:17:38 +0100 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2011-12-07 22:17:38 +0100 |
commit | 206a294aa8e8f859ed425ab1054e0a18fc3ad602 (patch) | |
tree | dadf37e105ebc950e887f715a6bc5519346e0fb4 /pavement.py | |
parent | update readme file (diff) | |
download | pyload-206a294aa8e8f859ed425ab1054e0a18fc3ad602.tar.xz |
updated bottle.py
Diffstat (limited to 'pavement.py')
-rw-r--r-- | pavement.py | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/pavement.py b/pavement.py index 852179e94..7f956e78d 100644 --- a/pavement.py +++ b/pavement.py @@ -37,13 +37,12 @@ setup( #data_files=[], include_package_data=True, exclude_package_data={'pyload': ['docs*', 'scripts*']}, #exluced from build but not from sdist - #leaving out thrift 0.8.0 since its not statisfiable - install_requires=['BeautifulSoup>=3.2, <3.3', 'jinja2', 'pycurl', 'Beaker', 'bottle >= 0.9.0'] + extradeps, + install_requires=['thrift >= 0.8.0', 'jinja2', 'pycurl', 'Beaker', 'bottle >= 0.10.0', 'BeautifulSoup>=3.2, <3.3'] + extradeps, extras_require={ 'SSL': ["pyOpenSSL"], 'DLC': ['pycrypto'], 'lightweight webserver': ['bjoern'], - 'RSS plugins': ['feedparser'] + 'RSS plugins': ['feedparser'], }, #setup_requires=["setuptools_hg"], entry_points={ |