Skip to content

Commit 7e39ca7

Browse files
committed
fix: specify a version range for dependencies
1 parent 5f94231 commit 7e39ca7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
url="https://github.com/bitvavo/python-bitvavo-api",
1717
packages=find_packages(),
1818
install_requires=[
19-
'websocket-client',
20-
'requests==2.31.0',
19+
'websocket-client>=1.6.0,<2.0.0',
20+
'requests>=2.31.0,<3.0.0',
2121
'setuptools'
2222
],
2323
classifiers=[

0 commit comments

Comments
 (0)