-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'feature/setup_additions'
Feeling comfortable with the amount of work covered in this branch, we're ready to merge into master. Covering a variety of packaging and release related bits, we are now nearly ready to post a release to PyPi. Remaining will be final testing, tweaking and creating the GitHub release. And of course, continuing to add functionality so we can bump that version number and build a more complete module.
- Loading branch information
Showing
4 changed files
with
86 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
include doc/* | ||
include CODE_OF_CONDUCT.md |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
beautifulsoup4==4.8.2 | ||
bs4==0.0.1 | ||
certifi==2019.11.28 | ||
chardet==3.0.4 | ||
click==7.1.1 | ||
idna==2.9 | ||
lxml==4.5.0 | ||
requests==2.23.0 | ||
soupsieve==2.0 | ||
urllib3==1.25.8 | ||
word-tools==0.0.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
attrs==19.3.0 | ||
beautifulsoup4==4.8.2 | ||
bleach==3.1.4 | ||
bs4==0.0.1 | ||
certifi==2019.11.28 | ||
cffi==1.14.0 | ||
chardet==3.0.4 | ||
click==7.1.1 | ||
cryptography==2.8 | ||
docutils==0.16 | ||
idna==2.9 | ||
importlib-metadata==1.5.0 | ||
jeepney==0.4.3 | ||
keyring==21.2.0 | ||
more-itertools==8.2.0 | ||
packaging==20.3 | ||
pkginfo==1.5.0.1 | ||
pluggy==0.13.1 | ||
py==1.8.1 | ||
pycparser==2.20 | ||
Pygments==2.6.1 | ||
pyparsing==2.4.6 | ||
pytest==5.4.1 | ||
readme-renderer==25.0 | ||
requests==2.23.0 | ||
requests-toolbelt==0.9.1 | ||
SecretStorage==3.1.2 | ||
six==1.14.0 | ||
soupsieve==2.0 | ||
tqdm==4.43.0 | ||
twine==3.1.1 | ||
urllib3==1.25.8 | ||
wcwidth==0.1.9 | ||
webencodings==0.5.1 | ||
zipp==3.1.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters