-
Notifications
You must be signed in to change notification settings - Fork 912
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
python: Consolidate requirements.txt files in a single place
We had them split according the separate use-cases: - testing - doc-gen - wire-gen But that was causing new contributors to miss some dependencies when they first got hacking. So this consolidates all of our own dependencies in a root requirements.txt, with the notable exception of `pyln-client`, `pyln-testing` and `pyln-proto` which are distributed as PyPI modules and therefore have their own dependencies that need to be tracked in the module root. Closes #3518
- Loading branch information
Showing
7 changed files
with
23 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,21 @@ | ||
Flask==1.1.1 | ||
Sphinx==1.8.4 | ||
cheroot==8.2.1 | ||
commonmark==0.8.1 | ||
ephemeral-port-reserve==1.1.1 | ||
flake8==3.7.8 | ||
flaky==3.6.1 | ||
m2r==0.2.1 | ||
mako==1.0.14 | ||
mrkd==0.1.6 | ||
psycopg2-binary==2.8.4 | ||
pytest-benchmark==3.2.2 | ||
pytest-forked==1.0.2 | ||
pytest-timeout==1.3.3 | ||
pytest-xdist==1.29.0 | ||
pytest==5.3.1 | ||
python-bitcoinlib==0.10.2 | ||
recommonmark==0.5.0 | ||
sphinx-rtd-theme==0.4.2 | ||
sphinxcontrib-websupport==1.1.0 | ||
tqdm==4.32.2 |
This file was deleted.
Oops, something went wrong.