aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorJoar Wandborg <git@wandborg.com>2012-10-20 12:09:23 +0200
committerJoar Wandborg <git@wandborg.com>2012-10-20 12:35:03 +0200
commit5b60ec41ee5d0f25d66190b2a0114a8e1b216f86 (patch)
tree4a3f85cd4242facbb925b4d707807aab64cad2d8 /setup.py
parent54397b90633b350984dc72ce192b2e2373203463 (diff)
downloadmediagoblin-5b60ec41ee5d0f25d66190b2a0114a8e1b216f86.tar.lz
mediagoblin-5b60ec41ee5d0f25d66190b2a0114a8e1b216f86.tar.xz
mediagoblin-5b60ec41ee5d0f25d66190b2a0114a8e1b216f86.zip
Removed Routes dependency, added admin routes
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 21c1179e..99584369 100644
--- a/setup.py
+++ b/setup.py
@@ -44,7 +44,6 @@ setup(
'setuptools',
'PasteScript',
'beaker',
- 'routes',
'webob<=1.2a2,>=1.1',
'wtforms',
'py-bcrypt',