diff options
author | 2012-12-17 21:28:10 +0100 | |
---|---|---|
committer | 2012-12-17 21:28:10 +0100 | |
commit | c19a05c355760e1e0782ccb434eae4459baaf4cd (patch) | |
tree | 0e166b6917261101bb38fe35cb3bb072ee9923fb /pavement.py | |
parent | updated lots of libraries (diff) | |
download | pyload-c19a05c355760e1e0782ccb434eae4459baaf4cd.tar.xz |
small api changes
Diffstat (limited to 'pavement.py')
-rw-r--r-- | pavement.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pavement.py b/pavement.py index 9b99d9298..e6e789882 100644 --- a/pavement.py +++ b/pavement.py @@ -58,7 +58,7 @@ setup( include_package_data=True, exclude_package_data={'pyload': ['docs*', 'scripts*', 'tests*']}, #exluced from build but not from sdist # 'bottle >= 0.10.0' not in list, because its small and contain little modifications - install_requires=['pycurl', 'jinja2', 'Beaker >= 1.6'] + extradeps, + install_requires=['pycurl', 'jinja2 >= 2.6', 'Beaker >= 1.6'] + extradeps, tests_require=['websocket-client >= 0.8.0'], extras_require={ 'SSL': ["pyOpenSSL"], |