pyln: Update dependencies for all pyln packages

We were getting a number of incompatibility warning due to the
dependencies being expressed too rigidly. This losens the requirement
definitions to being compatible with a known good version, and while
we're at it we also bump all outdated requirements.
This commit is contained in:
Christian Decker
2020-12-23 12:06:48 +01:00
committed by Rusty Russell
parent c564f165fa
commit fc677e331a
5 changed files with 51 additions and 35 deletions

View File

@@ -1,9 +1,12 @@
pytest==5.*
pytest-rerunfailures==9.1
Flask==1.1.1
cheroot==8.2.1
Flask==1.1.*
cheroot==8.5.*
ephemeral-port-reserve==1.1.1
python-bitcoinlib==0.10.2
psycopg2-binary==2.8.4
filelock==3.0.*
flaky ~= 3.7.0
psutil==5.7.*
psycopg2-binary==2.8.*
pytest-rerunfailures==9.1.1
pytest-timeout ~= 1.4.2
pytest-xdist ~= 2.2.0
pytest==6.1.*
python-bitcoinlib==0.11.*