ToastFreeware
/
philipp
/
winterrodeln
/
wrpylib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
3ae4e38
)
Removed formencode and added mwparserfromhell to requirements.
author
philipp
<philipp@7aebc617-e5e2-0310-91dc-80fb5f6d2477>
Tue, 2 Feb 2016 21:09:39 +0000
(21:09 +0000)
committer
philipp
<philipp@7aebc617-e5e2-0310-91dc-80fb5f6d2477>
Tue, 2 Feb 2016 21:09:39 +0000
(21:09 +0000)
git-svn-id: http://www.winterrodeln.org/svn/wrpylib/trunk@2440
7aebc617
-e5e2-0310-91dc-
80fb5f6d2477
setup.py
patch
|
blob
|
history
diff --git
a/setup.py
b/setup.py
index 5b600875a902186a01b4966954032ef8c89148b7..06439c73161bba2acdaab4bb163d26fd4b2e40f3 100644
(file)
--- a/
setup.py
+++ b/
setup.py
@@
-4,8
+4,8
@@
from setuptools import setup
requires = [
'sqlalchemy',
requires = [
'sqlalchemy',
- '
formencode
',
- '
gdal'
+ '
gdal
',
+ '
mwparserfromhell',
]
setup(name='wrpylib',
]
setup(name='wrpylib',