Skip to content

Commit 3ffa6a7

Browse files
committed
process_tracker_python-22 Improve/fix logging
1 parent 4debdba commit 3ffa6a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@
2525
'pymysql >= 0.9.3',
2626
'pymssql >= 2.1.4',
2727
'python-dateutil >= 2.8.0',
28-
'snowflake-sqlalchemy >= 1.1.13'
28+
'snowflake-sqlalchemy >= 1.1.13',
2929
'sqlalchemy >= 1.3.3',
3030
'sqlalchemy-utils >= 0.33.11',
3131
],
3232
extras_requires={
3333
'dev': [
3434
'coverage >= "4.0.3',
3535
'coveralls >= 1.7.0',
36-
'moto >= 1.3.8'
36+
'moto >= 1.3.8',
3737
'python-coveralls >= 2.9.1',
3838
]
3939
},

0 commit comments

Comments
 (0)