mirror of
https://github.com/aljazceru/bitfinex-api-py.git
synced 2025-12-18 14:24:21 +01:00
Merge pull request #245 from Davi0kProgramsThings/v3.0.3
Merge branch `Davi0kProgramsThings:v3.0.3` into branch `bitfinexcom:master`.
This commit is contained in:
@@ -1 +1 @@
|
||||
__version__ = "3.0.2"
|
||||
__version__ = "3.0.3"
|
||||
|
||||
0
bfxapi/py.typed
Normal file
0
bfxapi/py.typed
Normal file
Binary file not shown.
BIN
requirements.txt
BIN
requirements.txt
Binary file not shown.
8
setup.py
8
setup.py
@@ -2,7 +2,7 @@ from distutils.core import setup
|
||||
|
||||
setup(
|
||||
name="bitfinex-api-py",
|
||||
version="3.0.2",
|
||||
version="3.0.3",
|
||||
description="Official Bitfinex Python API",
|
||||
long_description=(
|
||||
"A Python reference implementation of the Bitfinex API "
|
||||
@@ -43,8 +43,10 @@ setup(
|
||||
install_requires=[
|
||||
"pyee~=9.0.4",
|
||||
"websockets~=11.0.3",
|
||||
"requests~=2.28.1",
|
||||
"urllib3~=1.26.14",
|
||||
"requests~=2.31.0",
|
||||
"types-requests~=2.31.0.10",
|
||||
"types-urllib3~=1.26.25.14",
|
||||
],
|
||||
python_requires=">=3.8",
|
||||
package_data={"bfxapi": ["py.typed"]},
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user