From 23ac319f9a0f3cca212a1b4434c55d8581384a31 Mon Sep 17 00:00:00 2001 From: philipp Date: Tue, 2 Feb 2016 21:09:39 +0000 Subject: [PATCH] Removed formencode and added mwparserfromhell to requirements. git-svn-id: http://www.winterrodeln.org/svn/wrpylib/trunk@2440 7aebc617-e5e2-0310-91dc-80fb5f6d2477 --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 5b60087..06439c7 100644 --- a/setup.py +++ b/setup.py @@ -4,8 +4,8 @@ from setuptools import setup requires = [ 'sqlalchemy', - 'formencode', - 'gdal' + 'gdal', + 'mwparserfromhell', ] setup(name='wrpylib', -- 2.30.2