Deps bump

bar_select
Tyler Goodlet 2020-07-08 15:42:32 -04:00
parent b9224cd396
commit 2dd596ec6c
1 changed files with 12 additions and 6 deletions

View File

@ -47,11 +47,14 @@ setup(
install_requires=[ install_requires=[
'click', 'click',
'colorlog', 'colorlog',
'trio',
'attrs', 'attrs',
'async_generator',
'pygments', 'pygments',
# async
'trio',
# 'tractor', # from github currently
'async_generator',
# brokers # brokers
'asks', 'asks',
'ib_insync', 'ib_insync',
@ -61,6 +64,11 @@ setup(
'cython', 'cython',
'numpy', 'numpy',
'pandas', 'pandas',
'msgpack-numpy',
# UI
'PyQt5',
'pyqtgraph',
# tsdbs # tsdbs
'pymarketstore', 'pymarketstore',
@ -71,13 +79,11 @@ setup(
keywords=["async", "trading", "finance", "quant", "charting"], keywords=["async", "trading", "finance", "quant", "charting"],
classifiers=[ classifiers=[
'Development Status :: 3 - Alpha', 'Development Status :: 3 - Alpha',
'License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)', 'License :: OSI Approved :: ',
'Operating System :: POSIX :: Linux', 'Operating System :: POSIX :: Linux',
"Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: CPython",
# "Programming Language :: Python :: Implementation :: PyPy",
"Programming Language :: Python :: 3 :: Only", "Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.6",
'Intended Audience :: Financial and Insurance Industry', 'Intended Audience :: Financial and Insurance Industry',
'Intended Audience :: Science/Research', 'Intended Audience :: Science/Research',
'Intended Audience :: Developers', 'Intended Audience :: Developers',