Skip to content

Commit

Permalink
Add tgext.debugbar as dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
amol- committed Jul 24, 2016
1 parent 36389f4 commit ea01295
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,18 @@
from setuptools import setup, find_packages
import sys, os

test_requirements = ['nose',
'virtualenv == 1.10',
]
test_requirements = [
'nose',
'virtualenv == 1.10',
]

install_requirements = [
'TurboGears2 >= 2.3.8',
'gearbox >= 0.1.1',
'backlash >= 0.0.7',
'WebTest<2.0'
]
'TurboGears2 >= 2.3.8',
'gearbox >= 0.1.1',
'backlash >= 0.0.7',
'WebTest<2.0',
'tgext.debugbar'
]

setup(
name='tg.devtools',
Expand Down

0 comments on commit ea01295

Please sign in to comment.