Skip to content
This repository was archived by the owner on Oct 13, 2023. It is now read-only.

Commit 4225c13

Browse files
committed
Published signalr fork to pypi for ease.
1 parent 169352c commit 4225c13

2 files changed

Lines changed: 7 additions & 5 deletions

File tree

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
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
23
cfscrape>=1.9.4
34
requests[security]==2.18.4
45
Events==0.3

setup.py

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
#!/usr/bin/python
22

33
from setuptools import setup, find_packages
4-
4+
55
install_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

1516
setup(
@@ -18,7 +19,7 @@
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,
@@ -42,4 +43,4 @@
4243
'Programming Language :: Python :: 3.5',
4344
'Programming Language :: Python :: 3.6'
4445
]
45-
)
46+
)

0 commit comments

Comments
 (0)