Skip to content

Commit 689cfbc

Browse files
committed
Updated README.md and setup.py
1 parent 2c4edd3 commit 689cfbc

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ AltTextGenerator is a Python script designed to automatically generate alt text
1616
- Pillow (>=11.1.0,<12.0.0) for image handling
1717
- Hugging Face Transformers (>=4.48.0,<5.0.0) library
1818
- torch (>=2.5.1,<3.0.0) library
19+
- pytest 7.4.4 or above
20+
- setuptools 75.1.0 or above
1921

2022

2123
## Installation

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,7 @@
77
"Pillow>=11.1.0,<12.0.0",
88
"transformers>=4.48.0,<5.0.0",
99
"torch>=2.5.1,<3.0.0",
10+
"pytest~=7.4.4",
11+
"setuptools~=75.1.0",
1012
],
1113
)

0 commit comments

Comments
 (0)