Skip to content
Snippets Groups Projects
Commit 564ce945 authored by Cornelius Kölbel's avatar Cornelius Kölbel
Browse files

Fix dependency for webob

Closes #83
parent 9b188a9c
No related branches found
No related tags found
No related merge requests found
# -*- coding: utf-8 -*-
#VERSION = "1.5dev9"
VERSION = "1.5.1"
VERSION = "1.5.1.1"
try:
from setuptools import setup, find_packages
except ImportError:
......@@ -47,7 +47,7 @@ setup(
license='AGPL v3',
author_email='cornelius@privacyidea.org',
url='http://www.privacyidea.org',
install_requires=["WebOb>=1.2,<=1.4",
install_requires=["WebOb>=1.2,<=1.3",
"Pylons>=0.9.7,<=1.0",
"SQLAlchemy>=0.6",
"docutils>=0.4",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment