We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c4edd3 commit 689cfbcCopy full SHA for 689cfbc
README.md
@@ -16,6 +16,8 @@ AltTextGenerator is a Python script designed to automatically generate alt text
16
- Pillow (>=11.1.0,<12.0.0) for image handling
17
- Hugging Face Transformers (>=4.48.0,<5.0.0) library
18
- torch (>=2.5.1,<3.0.0) library
19
+- pytest 7.4.4 or above
20
+- setuptools 75.1.0 or above
21
22
23
## Installation
setup.py
@@ -7,5 +7,7 @@
7
"Pillow>=11.1.0,<12.0.0",
8
"transformers>=4.48.0,<5.0.0",
9
"torch>=2.5.1,<3.0.0",
10
+ "pytest~=7.4.4",
11
+ "setuptools~=75.1.0",
12
],
13
)
0 commit comments