Skip to content

Commit

Permalink
document how to create requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
bradjc committed Mar 4, 2024
1 parent df8f473 commit 3962642
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 9 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -363,3 +363,8 @@ directory:
./generate_docs.py
cd ..
mkdocs serve --dev-addr=0.0.0.0:8001
### Create requirements.txt
pip3 install pipreqs
pipreqs . --force
20 changes: 11 additions & 9 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
argcomplete
crcmod
colorama
questionary
toml
pycryptodome
siphash
pyserial
tqdm
argcomplete==3.2.2
colorama==0.4.6
crcmod==1.7
pycryptodome==3.20.0
pynrfjprog==10.19.0
pyserial==3.5
questionary==2.0.1
setuptools==68.2.2
siphash==0.0.1
toml==0.10.2
tqdm==4.66.2

0 comments on commit 3962642

Please sign in to comment.