ThomasV
757467782a
Use attr.s instead of namedtuples for channel config
2020-01-31 12:19:26 +01:00
Dennis Ruhe
252f0960fc
Aiohttp must be lower than 4.0.0
2019-12-10 22:03:17 +01:00
SomberNight
5b88b8667e
also grind ecdsa low R when using libsecp256k1, and fix tests
...
note: low R grinding would not have to be duplicated if we trusted the caller
to have done it already (as is the case with the classes in ecc.py), and if
we propagated the choice of "random_k" as part of the nonce_function passed
to libsecp256k1 (which is not currently done)
2019-12-05 20:27:55 +01:00
ThomasV
dfdc1e1d25
require ecdsa version >= 0.13.3
2019-11-29 18:38:53 +01:00
ThomasV
2e1829bc24
remove jsonrpclib dependency
2019-08-20 09:03:12 +02:00
ThomasV
8e2ebddc0b
add jsonrpcserver/jsonrpcclient to requirements
2019-08-20 09:03:12 +02:00
ThomasV
238f3c949c
get rid of sql_alchemy
2019-08-20 09:03:12 +02:00
ThomasV
cab0f7d9e0
add sqlalchemy to requirements
2019-08-20 09:03:11 +02:00
ThomasV
d493dd1953
add pycryptodomex to requirements
2019-08-20 09:03:11 +02:00
SomberNight
9256472485
rm 'cryptography' as dependency; use new pycryptodomex version
...
pycryptodomex 3.7 implemented chacha20_poly1305 and chacha20,
and it is already used (although optionally) to speed up AES,
so we can remove cryptography and make pycryptodomex mandatory for LN
2019-08-20 09:03:11 +02:00
Janus
6bec42d18a
requirements: require bitstring for lnaddr, cryptography for lnbase
2019-08-20 09:03:10 +02:00
SomberNight
046518d7f7
requirements: restrict qdarkstyle to <2.7
...
qdarkstyle 2.7 pulls in new dependencies
see ColinDuquesnoy/QDarkStyleSheet#182
2019-06-04 20:35:46 +02:00
SomberNight
41f160dd74
update to aiorpcx 0.18
2019-05-27 19:35:30 +02:00
SomberNight
a0b711cfea
requirements: bump python-ecdsa minimum
...
0.9 was not actually enough...
2019-05-06 19:12:40 +02:00
SomberNight
33f5b6a288
requirements: relax qdarkstyle version
...
upstream issue ColinDuquesnoy/QDarkStyleSheet#123 now fixed
2019-04-30 21:35:32 +02:00
SomberNight
51e0672da6
update to aiorpcx 0.17
2019-04-30 21:24:39 +02:00
SomberNight
fc72e661de
requirements: set min version for aiohttp
2019-02-08 02:24:44 +01:00
ThomasV
95cb2fbebf
remove requests from requirements
2018-12-14 07:19:26 +01:00
SomberNight
78f5afff74
use certifi directly instead of requests
2018-12-13 23:11:59 +01:00
SomberNight
d69ef890c0
downgrade qdarkstyle for now
...
see ColinDuquesnoy/QDarkStyleSheet#123
2018-12-03 16:04:17 +01:00
SomberNight
0dd3a58a63
requirements: also accept aiorpcx 0.10.x
2018-11-22 19:37:56 +01:00
SomberNight
bcdb0c46fc
update to aiorpcx 0.9 and require it
2018-10-26 17:06:42 +02:00
SomberNight
deda6535e0
bump min aiorpcx to 0.8.2
2018-09-25 19:22:37 +02:00
SomberNight
a9fcf2fabf
bump min aiorpcx to 0.8.1
2018-09-13 01:21:53 +02:00
SomberNight
6f7a065081
bump aiorpcx version
2018-09-12 18:43:07 +02:00
SomberNight
6b9a83ae80
don't test with python 3.5
...
also, typing is no longer needed (part of stdlib from 3.5)
2018-09-11 21:10:47 +02:00
SomberNight
bed35a65c7
bump min python to 3.6
2018-09-11 21:04:36 +02:00
ThomasV
061231494d
revert rm requests
2018-09-10 13:26:50 +02:00
ThomasV
e8f87d2e62
remove requests and pysocks from requirements
2018-09-10 13:06:48 +02:00
Janus
6e80ba7b4f
asyncio: labels, crash_reporter, fx: migrate requests use to aiohttp
2018-09-06 16:18:45 +02:00
Janus
b120584f97
aiorpcx address synchronizer
2018-09-06 14:11:36 +02:00
SomberNight
281805a0a4
linux sdist: 'typing' was not included, which is needed on py3.4
...
not making typing conditioned on py version as then freeze_packages would not pick it up.
2018-07-20 16:38:18 +02:00
Janus
1e715113ab
remove pbkdf2 dependency, use stdlib instead
2018-07-18 14:34:59 +02:00
SomberNight
ca7e5575bf
option to set a dark theme for Qt
...
qdarkstyle is now a new dependency - note that it is only for qt and qt is not strictly a dependency, but it is pure python and relatively small
2018-06-25 16:46:01 +02:00
Johann Bauer
afa0168e14
Add new requirements file for binaries in contrib
2018-02-11 16:59:07 +01:00