setup: reorg some deps drop unused ones
							parent
							
								
									0d9acb1cb0
								
							
						
					
					
						commit
						166f99b3d1
					
				|  | @ -11,11 +11,6 @@ | |||
| # our async client for ``marketstore`` (the tsdb) | ||||
| -e git+https://github.com/pikers/anyio-marketstore.git@master#egg=anyio-marketstore | ||||
| 
 | ||||
| 
 | ||||
| # ``trimeter`` for asysnc history fetching | ||||
| -e git+https://github.com/python-trio/trimeter.git@master#egg=trimeter | ||||
| 
 | ||||
| 
 | ||||
| # ``asyncvnc`` for sending interactions to ib-gw inside docker | ||||
| -e git+https://github.com/pikers/asyncvnc.git@main#egg=asyncvnc | ||||
| 
 | ||||
|  |  | |||
							
								
								
									
										17
									
								
								setup.py
								
								
								
								
							
							
						
						
									
										17
									
								
								setup.py
								
								
								
								
							|  | @ -16,7 +16,10 @@ | |||
| # You should have received a copy of the GNU Affero General Public License | ||||
| # along with this program.  If not, see <https://www.gnu.org/licenses/>. | ||||
| 
 | ||||
| from setuptools import setup, find_packages | ||||
| from setuptools import ( | ||||
|     setup, | ||||
|     find_packages, | ||||
| ) | ||||
| 
 | ||||
| with open('README.rst', encoding='utf-8') as f: | ||||
|     readme = f.read() | ||||
|  | @ -57,13 +60,14 @@ setup( | |||
|         'async_generator', | ||||
| 
 | ||||
|         # from github currently (see requirements.txt) | ||||
|         # 'trimeter',  # not released yet.. | ||||
|         # normally pinned to particular git hashes.. | ||||
|         # 'tractor', | ||||
|         # asyncvnc, | ||||
|         # 'cryptofeed', | ||||
|         # 'asyncvnc', | ||||
|         # 'pyqtgraph', | ||||
|         # anyio-marketstore  # mkts tsdb client | ||||
| 
 | ||||
|         # brokers | ||||
|         'asks', | ||||
|         'asks',  # for non-ws rest apis | ||||
|         'ib_insync', | ||||
| 
 | ||||
|         # numerics | ||||
|  | @ -78,9 +82,6 @@ setup( | |||
|         # 'pyqtgraph',  from our fork see reqs.txt | ||||
|         'qdarkstyle >= 3.0.2',  # themeing | ||||
|         'fuzzywuzzy[speedup]',  # fuzzy search | ||||
| 
 | ||||
|         # tsdbs | ||||
|         # anyio-marketstore  # from gh see reqs.txt | ||||
|     ], | ||||
|     extras_require={ | ||||
|         'tsdb': [ | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue