Skip to content

Commit dc5a1ad

Browse files
m-schmoockcdecker
authored andcommitted
fix: normalize pip requirements
This will change some `requirements.txt` of pyln-testing in a way that it does not require different package version i.e. to `tests/requirements.txt`. The reason for this is that users are not forced to hassle with pyenv or virtualenv and could just use `--user`. ```bash pip install --user -r tests/requirements.txt -r contrib/pyln-testing/requirements.txt ``` Changelog-None
1 parent 43b5abe commit dc5a1ad

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

contrib/pyln-testing/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
pytest==5.0.1
1+
pytest==5.3.1
22
Flask==1.1.1
3-
cheroot==6.5.5
3+
cheroot==8.2.1
44
ephemeral-port-reserve==1.1.1
5-
python-bitcoinlib==0.10.1
5+
python-bitcoinlib==0.10.2
66
psycopg2-binary==2.8.4

0 commit comments

Comments
 (0)