mirror of
https://github.com/aljazceru/bitfinex-api-py.git
synced 2025-12-18 22:34:21 +01:00
Add barebone files for rest section.
This commit is contained in:
5
setup.py
5
setup.py
@@ -11,8 +11,13 @@ setup(
|
||||
description="Official Bitfinex Python API",
|
||||
keywords="bitfinex,api,trading",
|
||||
install_requires=[
|
||||
"certifi~=2022.9.24",
|
||||
"charset-normalizer~=2.1.1",
|
||||
"idna~=3.4",
|
||||
"pyee~=9.0.4",
|
||||
"requests~=2.28.1",
|
||||
"typing_extensions~=4.4.0",
|
||||
"urllib3~=1.26.13",
|
||||
"websockets~=10.4",
|
||||
],
|
||||
project_urls={
|
||||
|
||||
Reference in New Issue
Block a user