Skip to content

Commit

Permalink
added .venv into .gitignore, and use requirements.txt for pipreqs
Browse files Browse the repository at this point in the history
  • Loading branch information
cppHusky committed Dec 2, 2024
1 parent c66fc3c commit 558c766
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
dist/
byrdocs_cli.egg-info/
**/__pycache__/
*.yml
*.yml
.venv/
10 changes: 10 additions & 0 deletions byrdocs/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
argcomplete==3.5.1
boto3==1.35.72
botocore==1.35.72
InquirerPy==0.3.4
isbnlib==3.10.14
pinyin==0.4.0
prompt_toolkit==3.0.48
PyYAML==6.0.2
Requests==2.32.3
tqdm==4.67.1

0 comments on commit 558c766

Please sign in to comment.