Skip to content

Commit 0d1ee9d

Browse files
author
kyle roux
committed
Merge branch 'master' of github.com:jstacoder/flask-xxl
2 parents 0eb7a8f + b91f3b2 commit 0d1ee9d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Flask==0.12.3
1+
Flask==0.12.4
22
Flask-Alembic==1.0.2
33
Flask-DebugToolbar==0.9.2
44
Flask-PageDown==0.1.5

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = '0,10,2'
1+
VERSION = '0,10,4'
22
import os
33
from setuptools import setup, find_packages,findall
44
from glob import glob
@@ -26,7 +26,7 @@ def get_pkg_data():
2626
return pkg_data
2727

2828
config = dict(
29-
name='flask-xl',
29+
name='flaskxxl',
3030
version=get_version(),#'0.0.9',
3131
include_package_data=True,
3232
author='Kyle Roux',
@@ -36,7 +36,7 @@ def get_pkg_data():
3636
packages=['flask_xxl'],
3737
package_data = {'':findall('flask_xxl')}, #['*.bob','*.html','*.js','*.css','*',]},
3838
install_requires=[
39-
'flask==0.10.1',
39+
'flask>=0.10.1',
4040
'flask-alembic==1.0.2',
4141
'flask-sqlalchemy==2.0',
4242
'flask-script==2.0.5',

0 commit comments

Comments
 (0)