Commit Graph

13 Commits

Author SHA1 Message Date
dependabot[bot]
4c52180f84 Update soupsieve requirement from <=2.0 to <3.0 (#87)
Updates the requirements on [soupsieve](https://github.com/facelessuser/soupsieve) to permit the latest version.
- [Release notes](https://github.com/facelessuser/soupsieve/releases)
- [Commits](https://github.com/facelessuser/soupsieve/compare/0.4.0...2.2.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-01 13:14:34 -04:00
dependabot[bot]
51e29c60d6 Update beautifulsoup4 requirement from <=4.8.2 to <4.9.4 (#88)
Updates the requirements on [beautifulsoup4](http://www.crummy.com/software/BeautifulSoup/bs4/) to permit the latest version.

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-01 13:14:15 -04:00
Dave Gallant
dbcdc01457 Cleanup CLI interface and allow for regular expressions in search (#68)
* Cleanup CLI interface and allow for regular expressions in search

* Put a cap on beautifulsoup4
2020-06-28 23:48:20 -04:00
Dave Gallant
2e507c1bfb Add view count to each thread (#53) 2019-12-17 23:04:27 -05:00
Dave Gallant
53666c643f add pre-commit and enforce on travis (#37)
* add pre-commit and enforce on travis
2019-10-14 22:18:01 -04:00
Dave Gallant
0965aa0507 cleanup setup.py (#16)
* cleanup setup.

* fix pylint.
2019-09-08 23:26:42 -04:00
Dave Gallant
5f762fdf3d remove requirements.txt - https://caremad.io/posts/2013/07/setup-vs-requirement/ (#14) 2018-10-16 16:54:31 -04:00
Dave Gallant
5b56e0d6c9 black files and remove version symlink. (#13) 2018-10-08 23:07:23 -04:00
Dave Gallant
dcd7ad5838 tab completion instructions for bash and zsh (#11)
* instructions how to add completion.

* argument completion won't come until click 7.0

* version bump.

* drop 3.4 support.

* remove python 3.7

* new gif.

* new gif and use limit not count.
2018-07-14 22:21:32 -04:00
Dave Gallant
5a1799bdf5 use minimum dependencies rather than specific hashes. (#6)
* use minimum dependencies rather than specific hashes.

* install specific version of pytest and install pylint.

* python 3.7 still not working.
2018-06-02 22:20:16 -04:00
Dave Gallant
7225d84f22 autogen requirements. (#4)
* autogen requirements.txt
2018-04-08 21:01:14 -04:00
Dave Gallant
e867e6cb19 Feature/switch to pipenv (#3)
* switch to tox-pipenv.
* pipfile disable python version.
* pytest is a dev dependency.
* install pipenv dev.
2018-03-30 22:47:24 -04:00
Dave G
c580bbd913 first commit. 2018-03-07 23:57:52 -05:00