Skip to content

Commit

Permalink
Fix coverage package requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
lit26 committed Jun 17, 2024
1 parent 2f54433 commit 9703d08
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions release.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
| Date | Version | Comment |
| ---------- | --------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| 2024/06/17 | 1.0.0 | Optimization and fix coding style. Release 1.0.0. |
| 2024/05/05 | 1.0.0rc1 | Miscellaneous upgrade. PR: [#105](https://github.com/lit26/finvizfinance/pull/105) |
| 2023/11/02 | 0.14.7 | Fix quote fundamental naming. PR: [#95](https://github.com/lit26/finvizfinance/pull/95). |
| 2023/10/23 | 0.14.7rc3 | Fix bs4 package dependencies, custom columns and quote issue. Issue: [#90](https://github.com/lit26/finvizfinance/issues/90) [#92](https://github.com/lit26/finvizfinance/issues/92). PR: [#94](https://github.com/lit26/finvizfinance/pull/94). |
Expand Down
4 changes: 2 additions & 2 deletions requirements-coverage.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

# coverage test code
PyYAML
coverage==4.5.4
coveralls==1.8.2
coverage==7.5.3
coveralls==4.0.1

0 comments on commit 9703d08

Please sign in to comment.