mirror of
https://github.com/pallets-eco/flask-debugtoolbar.git
synced 2026-04-30 05:20:20 -05:00
Add blinker as install dependency (used for signals within flask)
This commit is contained in:
@@ -3,7 +3,7 @@ from setuptools import setup, find_packages
|
||||
|
||||
setup(
|
||||
name='Flask-DebugToolbar',
|
||||
version='0.04',
|
||||
version='0.4',
|
||||
url='http://github.com/mvantellingen/flask-debugtoolbar',
|
||||
license='BSD',
|
||||
author='Michael van Tellingen',
|
||||
@@ -21,10 +21,11 @@ setup(
|
||||
platforms='any',
|
||||
install_requires=[
|
||||
'setuptools',
|
||||
'Flask'
|
||||
'Flask',
|
||||
'blinker'
|
||||
],
|
||||
classifiers=[
|
||||
'Development Status :: 2 - Pre-Alpha',
|
||||
'Development Status :: 3 - Alpha',
|
||||
'Environment :: Web Environment',
|
||||
'Intended Audience :: Developers',
|
||||
'License :: OSI Approved :: BSD License',
|
||||
|
||||
Reference in New Issue
Block a user