Skip to content

Commit

Permalink
Add requirements (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
iamhopaul123 authored Jul 20, 2022
1 parent a71196c commit ab58d58
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*.ipynb*
*.txt
*.ipynb
*.pyc
test/
.DS_Store
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Copilot Manifest Schema is a tool for generating json parsed outputs for yaml In
## __Dependencies__
The tool requires installing the following python packages on your local machine:
- marko
- beautifulsoup4
- bs4
- html5lib
- requests

Expand Down
12 changes: 12 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
beautifulsoup4==4.11.1
bs4==0.0.1
certifi==2022.6.15
charset-normalizer==2.1.0
html5lib==1.1
idna==3.3
marko==1.2.1
requests==2.28.1
six==1.16.0
soupsieve==2.3.2.post1
urllib3==1.26.10
webencodings==0.5.1

0 comments on commit ab58d58

Please sign in to comment.