Commit Graph

23 Commits

Author SHA1 Message Date
Dario Moceri
4a8d3e48b0 Added 'ids' parameter to get_order_history() (#121)
* Added 'ids' parameter to get_order_history()
* fix

Co-authored-by: Robert Kowalski <robert@bitfinex.com>
2021-05-25 11:33:08 +02:00
Robert Kowalski
d97c8c8a7c 1.1.14 2021-04-28 15:25:37 +02:00
Dario Moceri
4b4a17ebd8 get_public_trades() orders should be sorted by [timestamp, id] (#127)
Co-authored-by: Robert Kowalski <robert@bitfinex.com>

 - solved the merge conflict in CHANGELOG
2021-04-09 16:24:32 +02:00
Dario Moceri
c755d33d28 Python 3.9.2 requires websockets 8 2021-04-09 15:46:33 +02:00
Dario Moceri
50c52b77ab -) Removed pendingOrders from BfxWebsocket() (it was not used anywhere)
-) Fixed issue in confirm_order_new() (the keys of the dict pending_orders are the cids of the orders, and not the ids)
2021-03-15 16:35:00 +01:00
Robert Kowalski
e39ed1c491 prepare 1.1.10 2021-02-12 10:44:05 +01:00
Erik Berdonces Bonelo
7c8ce5c389 Update setup.py 2021-02-10 16:07:46 +01:00
Erik Berdonces Bonelo
c7f5678a5f Pin pyee to ~=8.0 2021-02-10 12:34:52 +01:00
Erik Berdonces Bonelo
7833feb101 Pin pyee to version 7.X.X 2021-02-09 17:29:43 +01:00
Erik Berdonces Bonelo
90ef627cc6 Use ranges in setup.py versions
Versions in setup.py shouldn't be pinned.
https://packaging.python.org/discussions/install-requires-vs-requirements/?highlight=install_requires

Removed also dev dependencies, as setup.py should only keep the ones used for production. For dev and testing you use the ones in requirements.txt.

To understand `~=~ check here: https://pip.pypa.io/en/latest/user_guide/#understanding-your-error-message

>~=3.1: version 3.1 or later, but not version 4.0 or later. ~=3.1.2: version 3.1.2 or later, but not version 3.2.0 or later.
2021-02-04 12:56:09 +01:00
Dario Moceri
026cd63929 Update dependencies in setup.py 2021-01-29 15:19:30 +01:00
JacobPlaster
a538d64e9c bump to 1.1.8 2020-07-07 11:11:43 +01:00
JacobPlaster
3733ac562d setup.py: bump to 1.1.7 2020-07-07 10:33:37 +01:00
JacobPlaster
d4b0aa9eab bump 1.1.5 -> 1.1.6 2020-04-16 10:45:20 +01:00
JacobPlaster
46302e312b bump version 1.1.4 -> 1.1.5 2020-04-13 15:58:49 +01:00
JacobPlaster
cea31acf9d bump to 1.1.4 2020-01-09 11:39:06 +00:00
JacobPlaster
4376c956b8 bump to 1.1.3 2019-12-20 11:38:00 +00:00
JacobPlaster
3bf23b08f3 setup.py: fix classifiers 2019-12-20 11:38:00 +00:00
JacobPlaster
b392520d77 bump to 1.1.2 2019-12-17 12:52:37 +00:00
JacobPlaster
510f4ef28e bump to version 1.1.1 2019-10-10 11:47:29 +01:00
JacobPlaster
b4059fb3fa setup.py: update 2019-10-10 11:47:29 +01:00
Jacob Plaster
de81fc80bd Bump to version 1.1.0 2019-09-12 14:38:50 +01:00
Jacob Plaster
e59a94366f create setup.py for pip integration (@redknightlois) 2019-07-19 16:27:35 +07:00