We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5f94231 + 1355bab commit c7795efCopy full SHA for c7795ef
.gitignore
@@ -1,4 +1,11 @@
1
-.DS_Store
+### Python ###
2
dist
3
-python_bitvavo_api.egg-info
+*.egg-info
4
+*.whl
5
+
6
+### Mac OS ###
7
+.DS_Store
8
9
+### IDEs ###
10
.idea
11
+.vscode
setup.py
@@ -16,8 +16,8 @@
16
url="https://github.com/bitvavo/python-bitvavo-api",
17
packages=find_packages(),
18
install_requires=[
19
- 'websocket-client',
20
- 'requests==2.31.0',
+ 'websocket-client>=1.6.0,<2.0.0',
+ 'requests>=2.31.0,<3.0.0',
21
'setuptools'
22
],
23
classifiers=[
0 commit comments