This repository was archived by the owner on Oct 13, 2023. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- git+https://github.com/slazarov/signalr-client-py.git@develop#egg=signalr-client-py
1+ signalr-client-slazarov == 0.0.7.2
2+ #git+https://github.com/slazarov/signalr-client-py.git@develop#egg=signalr-client-py==0.0.7.2
23cfscrape >= 1.9.4
34requests [security ]== 2.18.4
45Events == 0.3
Original file line number Diff line number Diff line change 11#!/usr/bin/python
22
33from setuptools import setup , find_packages
4-
4+
55install_requires = \
66 [
77 'cfscrape>=1.9.4' ,
88 'requests[security]==2.18.4' ,
99 'Events==0.3' ,
1010 'websocket-client>=0.47.0' ,
1111 'gevent>=1.3a1' ,
12- 'wsaccel>=0.6.2'
12+ 'wsaccel>=0.6.2' ,
13+ 'signalr-client-slazarov==0.0.7.2'
1314 ]
1415
1516setup (
1819 author = 'Stanislav Lazarov' ,
1920 author_email = 's.a.lazarov@gmail.com' ,
2021 license = 'MIT' ,
21- dependency_links = ['http ://github.com/slazarov/signalr-client-py/tarball/develop#egg=signalr-client-py' ],
22+ # dependency_links=['https ://github.com/slazarov/signalr-client-py/tarball/develop#egg=signalr-client-py-0.0.7.2 '],
2223 url = 'https://github.com/slazarov/python-bittrex-websocket' ,
2324 packages = find_packages (exclude = ['tests*' ]),
2425 install_requires = install_requires ,
4243 'Programming Language :: Python :: 3.5' ,
4344 'Programming Language :: Python :: 3.6'
4445 ]
45- )
46+ )
You can’t perform that action at this time.
0 commit comments