Deps bump
parent
9dc3bdf273
commit
5d0f4bf112
18
setup.py
18
setup.py
|
@ -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',
|
||||||
|
|
Loading…
Reference in New Issue