Skip to content

Commit 0e94ce7

Browse files
committed
update reqs
1 parent 3149540 commit 0e94ce7

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
here = os.path.abspath(os.path.dirname(__file__))
88
name = 'tkp_utils'
99

10+
1011
def get_version(file, name='__version__'):
1112
path = os.path.realpath(file)
1213
version_ns = {}
@@ -21,6 +22,7 @@ def get_version(file, name='__version__'):
2122

2223
requires = [
2324
'jinja2>=2.10',
25+
'sqlalchemy>=1.3.0',
2426
'tornado>=6.0.3',
2527
'ujson>=1.35',
2628
]

0 commit comments

Comments
 (0)