Fixed a small bug and requirements update.

This commit is contained in:
Johannes Findeisen 2023-08-29 01:48:45 +02:00
commit 9852345607
2 changed files with 3 additions and 3 deletions

View file

@ -32,7 +32,7 @@ __author__ = 'Johannes Findeisen <you@hanez.org>'
# currently i only increase the third number because i commit early and often and nearly on every # currently i only increase the third number because i commit early and often and nearly on every
# commit there are new features. 0.1.* will be ready for generating a full book. then i will use the # commit there are new features. 0.1.* will be ready for generating a full book. then i will use the
# pythonic version scheme. # pythonic version scheme.
__version__ = '0.1.3' __version__ = '0.1.4'
def main(): def main():
@ -54,7 +54,7 @@ def main():
'debugging a full section genration (default: 0; no limit)') 'debugging a full section genration (default: 0; no limit)')
parser.add_argument('-m', '--manpages', help='limit only to a subset of man pages. e.g. cd or ' parser.add_argument('-m', '--manpages', help='limit only to a subset of man pages. e.g. cd or '
'a list like cd,df,mv. this feature is not 100% ' 'a list like cd,df,mv. this feature is not 100 percent '
'reliable at the moment because it should be ' 'reliable at the moment because it should be '
'possible to set the section here optionally for ' 'possible to set the section here optionally for '
'each manpage! e.g. df.1. it is not very ' 'each manpage! e.g. df.1. it is not very '

View file

@ -1 +1 @@
beautifulsoup4~=4.11.1 beautifulsoup4==4.11.2