Skip to content

Commit a9eec00

Browse files
committedMar 1, 2021
Add requirements
1 parent 22c5311 commit a9eec00

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed
 

Diff for: ‎README.md

+1
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,6 @@ PAGES = [{
1818
3. Make commit book
1919

2020
```shell
21+
pip install -r requirements.txt
2122
python commit.py
2223
```

Diff for: ‎requirements.txt

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
certifi==2020.12.5
2+
chardet==4.0.0
3+
Deprecated==1.2.11
4+
idna==2.10
5+
Jinja2==2.11.3
6+
MarkupSafe==1.1.1
7+
PyGithub==1.54.1
8+
PyJWT==1.7.1
9+
requests==2.25.1
10+
urllib3==1.26.3
11+
wrapt==1.12.1

0 commit comments

Comments
 (0)
Please sign in to comment.