forked from orbit-oss/flask
require 'six' in setup.py, add flask._compat for stuff not yet in 'six'
This commit is contained in:
parent
521398d5e7
commit
1b753cb1b1
2 changed files with 14 additions and 0 deletions
1
setup.py
1
setup.py
|
|
@ -90,6 +90,7 @@ setup(
|
|||
zip_safe=False,
|
||||
platforms='any',
|
||||
install_requires=[
|
||||
'six>=1.3.0',
|
||||
'Werkzeug>=0.7',
|
||||
'Jinja2>=2.4',
|
||||
'itsdangerous>=0.17'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue