Skip to content

Commit

Permalink
Add package dependencies to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mirzadelic committed Apr 9, 2024
1 parent 7ad1412 commit 1c95e00
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,15 @@ The module has custom exceptions for handling various error scenarios:
- `ParserParseException` - Raised when any error occurs during parsing the HTML content.
- `ParserRequestException` - Raised for errors related to fetching HTML content.

## Package Dependencies

Thanks to the following packages:

- [pytz](https://pypi.org/project/pytz/)
- [requests](https://pypi.org/project/requests/)
- [parsel](https://pypi.org/project/parsel/)
- [srtools](https://pypi.org/project/srtools/)

## Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Expand Down

0 comments on commit 1c95e00

Please sign in to comment.