Skip to content

Commit

Permalink
Add packaging dependency (#118)
Browse files Browse the repository at this point in the history
* Update requirements.txt

* Update README.md
  • Loading branch information
lcoombe authored Sep 17, 2024
1 parent 4d4aca5 commit 51d2ade
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ curl -L --output ntJoin-1.1.5.tar.gz https://github.com/bcgsc/ntJoin/releases/do
* [samtools](https://github.com/samtools/samtools)
* [zlib](https://www.zlib.net/)
* [btllib](https://github.com/bcgsc/btllib)
* [packaging](https://pypi.org/project/packaging/)

Python dependencies can be installed with:
```sh
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ python-igraph
pybedtools
pymannkendall
btllib
packaging

0 comments on commit 51d2ade

Please sign in to comment.