Skip to content

Commit

Permalink
Fix wrong Selenium version in setup.cfg.
Browse files Browse the repository at this point in the history
  • Loading branch information
Stéphane Senart committed Jan 27, 2024
1 parent d986476 commit 312cd19
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.3.3] - 2024-01-27

### Fixed
- Fix wrong Selenium version in setup.cfg.

## [0.3.2] - 2024-01-27

### Fixed
Expand Down
4 changes: 3 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,16 @@ classifiers =
Operating System :: OS Independent
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12

[options]
zip_safe = False
include_package_data = True
packages = find:
python_requires = >=3.9
install_requires =
selenium == 3.141
selenium == 4.17.2
openpyxl >= 2.6.3

[options.entry_points]
Expand Down

0 comments on commit 312cd19

Please sign in to comment.