sammchardy / python-binance-chain

Binance Chain Exchange API python implementation for automated trading
http://python-binance-chain.rtfd.io
MIT License
297 stars 133 forks source link

Fixed versions #56

Open ArturDevico opened 2 years ago

ArturDevico commented 2 years ago

Updated versions to fix poetry issue

  SolverProblemError

  Because no versions of two1 match >3.10.8,<3.10.9 || >3.10.9
   and two1 (3.10.8) depends on requests (<=2.11.1), two1 (>=3.10.8,<3.10.9 || >3.10.9) requires requests (<=2.11.1).
  And because two1 (3.10.9) depends on requests (<=2.11.1), two1 (>=3.10.8) requires requests (<=2.11.1).
  Because no versions of pywallet match >0.1.0
   and pywallet (0.1.0) depends on two1 (>=3.10.8), pywallet (>=0.1.0) requires two1 (>=3.10.8).
  Thus, pywallet (>=0.1.0) requires requests (<=2.11.1).
  And because python-binance-chain (0.1.20) depends on both pywallet (>=0.1.0) and requests (>=2.21.0), python-binance-chain is forbidden.
  So, because no versions of python-binance-chain match >0.1.20,<0.2.0
   and test depends on python-binance-chain (^0.1.20), version solving failed.

  at ~/.poetry/lib/poetry/puzzle/solver.py:241 in _solve
      237│             packages = result.packages
      238│         except OverrideNeeded as e:
      239│             return self.solve_in_compatibility_mode(e.overrides, use_latest=use_latest)
      240│         except SolveFailure as e:
    → 241│             raise SolverProblemError(e)
      242│ 
      243│         results = dict(
      244│             depth_first_search(
      245│                 PackageNode(self._package, packages), aggregate_package_nodes