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

Commit c33389d

Browse files
committed
cfscrape update
1 parent ce94ad5 commit c33389d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
signalr-client-slazarov==0.0.7.2
22
#git+https://github.com/slazarov/signalr-client-py.git@develop#egg=signalr-client-py==0.0.7.2
3-
cfscrape>=1.9.4
3+
cfscrape>=1.9.5
44
requests[security]==2.18.4
55
Events==0.3
66
websocket-client==0.47.0

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
install_requires = \
66
[
7-
'cfscrape>=1.9.4',
7+
'cfscrape>=1.9.5',
88
'requests[security]==2.18.4',
99
'Events==0.3',
1010
'websocket-client>=0.47.0',
@@ -14,7 +14,7 @@
1414

1515
setup(
1616
name='bittrex_websocket',
17-
version='0.0.7.2',
17+
version='0.0.7.3',
1818
author='Stanislav Lazarov',
1919
author_email='s.a.lazarov@gmail.com',
2020
license='MIT',

0 commit comments

Comments
 (0)