We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3149540 commit 0e94ce7Copy full SHA for 0e94ce7
1 file changed
setup.py
@@ -7,6 +7,7 @@
7
here = os.path.abspath(os.path.dirname(__file__))
8
name = 'tkp_utils'
9
10
+
11
def get_version(file, name='__version__'):
12
path = os.path.realpath(file)
13
version_ns = {}
@@ -21,6 +22,7 @@ def get_version(file, name='__version__'):
21
22
23
requires = [
24
'jinja2>=2.10',
25
+ 'sqlalchemy>=1.3.0',
26
'tornado>=6.0.3',
27
'ujson>=1.35',
28
]
0 commit comments