mirror of
https://github.com/kirill-markin/repo-to-text.git
synced 2025-12-06 03:22:23 -08:00
pyperclip not required
This commit is contained in:
parent
42326ae797
commit
ad36a75a7a
3 changed files with 18 additions and 12 deletions
|
|
@ -1,6 +1,5 @@
|
|||
setuptools==70.0.0
|
||||
pathspec==0.12.1
|
||||
pytest==8.2.2
|
||||
argparse==1.4.0
|
||||
pyperclip==1.8.2
|
||||
PyYAML==6.0.1
|
||||
setuptools>=70.0.0
|
||||
pathspec>=0.12.1
|
||||
pytest>=8.2.2
|
||||
argparse>=1.4.0
|
||||
PyYAML>=6.0.1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue