Skip to content

Commit 01b62d4

Browse files
pushing changes
1 parent 8afd0d4 commit 01b62d4

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,4 @@ PyPDF2
1717
pyttsx3
1818
psutil
1919
opencv-python
20+
setuptools

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@
3939
'rich',
4040
'pyttsx3',
4141
'PyPDF2',
42-
'opencv-python'
42+
'opencv-python',
43+
'setuptools'
4344
],
4445
entry_points={
4546
'console_scripts': [

0 commit comments

Comments
 (0)