Skip to content

Commit bf0b531

Browse files
committed
add requirement file and workflow mod
1 parent e0c3ae0 commit bf0b531

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/python-package.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ jobs:
3939
4040
- name: Test with Unittest.
4141
run: |
42-
if [ -f tests/test_client.py ]; python -m unittest tests/test_client.py; fi
42+
if [ -f tests/test_client.py ]; then python -m unittest tests/test_client.py; fi

requirements.txt

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
fake_useragent==0.1.11
2+
requests==2.24.0

0 commit comments

Comments
 (0)