mirror of
https://github.com/aljazceru/bitfinex-api-py.git
synced 2025-12-18 06:14:22 +01:00
Merge pull request #246 from Davi0kProgramsThings/v3.0.4
Merge branch `Davi0kProgramsThings:v3.0.4` into branch `bitfinexcom:master`.
This commit is contained in:
@@ -1 +1 @@
|
||||
__version__ = "3.0.3"
|
||||
__version__ = "3.0.4"
|
||||
|
||||
Binary file not shown.
BIN
requirements.txt
BIN
requirements.txt
Binary file not shown.
9
setup.py
9
setup.py
@@ -2,7 +2,7 @@ from distutils.core import setup
|
||||
|
||||
setup(
|
||||
name="bitfinex-api-py",
|
||||
version="3.0.3",
|
||||
version="3.0.4",
|
||||
description="Official Bitfinex Python API",
|
||||
long_description=(
|
||||
"A Python reference implementation of the Bitfinex API "
|
||||
@@ -22,6 +22,7 @@ setup(
|
||||
"Programming Language :: Python :: 3.9",
|
||||
"Programming Language :: Python :: 3.10",
|
||||
"Programming Language :: Python :: 3.11",
|
||||
"Programming Language :: Python :: 3.12",
|
||||
],
|
||||
keywords="bitfinex,api,trading",
|
||||
project_urls={
|
||||
@@ -41,9 +42,9 @@ setup(
|
||||
"bfxapi.rest._interfaces",
|
||||
],
|
||||
install_requires=[
|
||||
"pyee~=9.0.4",
|
||||
"websockets~=11.0.3",
|
||||
"requests~=2.31.0",
|
||||
"pyee~=11.1.0",
|
||||
"websockets~=12.0",
|
||||
"requests~=2.32.3",
|
||||
"types-requests~=2.31.0.10",
|
||||
"types-urllib3~=1.26.25.14",
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user