Skip to content

Commit 2f3b382

Browse files
committed
add requirements.txt
1 parent 5738443 commit 2f3b382

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

.gitignore

+5-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,8 @@
1414
# Dependency directories (remove the comment below to include it)
1515
# vendor/
1616
__pycache__
17-
.pytest_cache
17+
.pytest_cache
18+
.env
19+
.venv
20+
env
21+
venv

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ pip install -r requirements.txt
173173

174174
The main dependency is `requests`, but you may need to include it in your `requirements.txt` file if it's not already listed.
175175

176-
##@# 3. Set up the environment variables:
176+
#### 3. Set up the environment variables:
177177

178178
You need to set the `BASE_URL` and `API_KEY` as environment variables before running the tests.
179179

tests/requirements.txt

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
certifi==2024.8.30
2+
charset-normalizer==3.4.0
3+
idna==3.10
4+
iniconfig==2.0.0
5+
packaging==24.1
6+
pluggy==1.5.0
7+
pytest==8.3.3
8+
requests==2.32.3
9+
urllib3==2.2.3

0 commit comments

Comments
 (0)